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