Help for this page
eval { sub test { ... }; } };
#! perl -slw use strict ... print "Thread $tid started with a worktime of $worktime"; print "Thread $tid ended ", $@ ? " with error: $@" : "normally"; } for 1 .. 4;