Help for this page
# this is my sample function i cannot modify ... print "parent got:\n$buf\n"; } }
use threads; my $t = threads->new(\&execute); $t->join();