Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: cond_waitChapter 8
Standard Modules
Next: Reference: join
 

eval

eval {$t->join}

Wraps an eval around a join. Waits for a thread to exit and passes any return values from the thread, putting errors into $@.


Previous: Reference: cond_waitPerl in a NutshellNext: Reference: join
Reference: cond_waitBook IndexReference: join