![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re: How do I examine the status of a process?by stephen (Priest) |
on Feb 05, 2000 at 05:15 UTC ( #2890=note: print w/replies, xml ) | Need Help?? |
In general, you can use "kill" with signal number zero
to check on the existence of a process. See 'man perlipc' for
details. Here's code:
In Section
Seekers of Perl Wisdom
|
|