eval
eval {$t->join}
- Wraps an
evalaround ajoin. Waits for a thread to exit and passes any return values from the thread, putting errors into$@.
eval {$t->join}
eval around a join. Waits for a thread to exit and passes any return values from the thread, putting errors into $@.