http://qs321.pair.com?node_id=439549


in reply to Unix process number on a mac...

What are you trying to do? If you just want to check if the process is still running, use kill() with the 0 signal. It tells you if the process is still running. If it isn't running, just restart it.

kill 0, $pid;
--
brian d foy <bdfoy@cpan.org>