|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Keep n instances runningby tweetiepooh (Friar) |
| on Jun 20, 2012 at 14:48 UTC ( #977372=note: print w/ replies, xml ) | Need Help?? |
|
When ever I need to keep a job running I use a sub shell type structure
The subshell itself is backgrounded rather than just the Perl script. I'm sure this can be adapted to starting up n copies of <perl script> maybe a little loop that will fire up multiple subshells. Note I'm not a BASH expert
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||