Help for this page

Select Code to Download


  1. or download this
    $pm->run_on_finish( sub { my ($pid, $exit_code, $ident) = @_; $tmpFile
    +s[$ident] = undef; } );
    
  2. or download this
    my $pid = $pm->start($i) and next;
    
  3. or download this
    my $pid = $pm->start($i);
    if ($pid) {
        print "Launched child $pid\n";
        next;
    };