Help for this page

Select Code to Download


  1. or download this
    foreach my $row (@$sections) {
       if (my $pid = fork) {
    ...
       my $pid = waitpid(-1, 0);
       delete $pids{$pid};
    }