Help for this page
use strict; use warnings; # hallelujah use threads; use threads::shared; # threads, oh how I hate ... } print "child running\n"; }
use strict; use warnings; # hallelujah use threads; use threads::shared; # threads, oh how I hate ... print "child running\n"; }