Help for this page

Select Code to Download


  1. or download this
    package Forking::Amazing;
    
    ...
       'a'..'z');                        # ids (one fork for each id)
    
    =cut
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    my $end = time - $start;
    dd \@answers;
    print "forking time $end\n";