![]() |
|
There's more than one way to do things | |
PerlMonks |
Re^3: Kill a perl script execution in windowsby nikosv (Chaplain) |
on Feb 18, 2013 at 16:06 UTC ( #1019358=note: print w/replies, xml ) | Need Help?? |
you don't need the PID. The first script waits for a signal to terminate as:
or just $event->wait(), depends on the situation.Then the second one can signal it to abort :
In Section
Seekers of Perl Wisdom
|
|