in reply to How would I add a pause b/t forks in my $pid = $pm->start and next;
use Proc::Queue size => 2, delay => 3.0, qw(system_back); foreach(@temp_files) { system_back("$program < $_"); } 1 while wait != -1;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How would I add a pause b/t forks in my $pid = $pm->start and next;
by samtregar (Abbot) on Oct 27, 2005 at 21:50 UTC | |
by salva (Canon) on Oct 28, 2005 at 08:03 UTC | |
by samtregar (Abbot) on Oct 28, 2005 at 17:54 UTC |