Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #testlock.pl
    ...
    }
    $fork->wait_all_children;
    close $out;
    
  2. or download this
    #!/usr/bin/perl -w
    #test.pl
    ...
        $fork->finish;
    }
    $fork->wait_all_children;