Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings;         # hallelujah
    use threads; use threads::shared; # threads, oh how I hate
    ...
        }
        print "child running\n";
    }
    
  2. or download this
    use strict; use warnings;         # hallelujah
    use threads; use threads::shared; # threads, oh how I hate
    ...
        print "child running\n";
    }