Help for this page

Select Code to Download


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