in reply to Parallel processing, sort of
if ($pid = fork) { # parent } elsif (defined($pid)) { exec "display -title %d/%f $fullfile"; } else { warn "Cannot fork: $!"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Parallel processing, sort of
by mephit (Scribe) on Sep 13, 2002 at 19:05 UTC |