Help for this page

Select Code to Download


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