Help for this page

Select Code to Download


  1. or download this
    153 foreach (@str_handles) {
    154   my $pid = $pm->start and next;
    ...
    166   $pm->finish;
    167 }
    168 $pm->wait_all_children;
    
  2. or download this
    $pm->finish;