start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: cond_wait Chapter 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_wait Perl in a Nutshell Next: Reference: join
Reference: cond_wait Book Index Reference: join