- or download this
use strict ; use warnings ;
...
return 'whatever' ;
} ;
- or download this
use strict ; use warnings ;
...
print "child $tid: finished\n" ;
return "whatever from child $tid" ;
} ;
- or download this
use strict ; use warnings ;
...
print "child $tid: terminated\n" ;
} ;