Help for this page

Select Code to Download


  1. or download this
    for(my $i = 0; $i < 100; $i++) {
            $pm->start and next;
    ...
    }
    $pm->wait_all_children;