|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: Parallel::ForkManager questionby ctilmes (Priest) |
| on Mar 13, 2008 at 22:23 UTC ( #674086=note: print w/ replies, xml ) | Need Help?? |
|
Your PID is $$. You can kill a process with 'kill <signal>, <pid>', e.g. "kill 9 => 2713" (or "use Config; kill KILL => 2713;")
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||