in reply to Re: How would I add a pause b/t forks in my $pid = $pm->start and next;
in thread How would I add a pause b/t forks in my $pid = $pm->start and next;
1 while waitpid(-1, WNOHANG)>0; # reaps childs
-sam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How would I add a pause b/t forks in my $pid = $pm->start and next;
by salva (Canon) on Oct 28, 2005 at 08:03 UTC | |
by samtregar (Abbot) on Oct 28, 2005 at 17:54 UTC |