in reply to wait_all_children for Proc::Fork?
parent { push @child_pids, $_[0] }
# wait to reap all children for my $pid (@child_pids) { waitpid $pid, 0; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: wait_all_children for Proc::Fork?
by Bloodnok (Vicar) on Jun 10, 2009 at 09:15 UTC | |
by repellent (Priest) on Jun 10, 2009 at 17:22 UTC |