in reply to Unix process number on a mac...
you can check the output of `ps x` to find out if the process is still running. PID is the first column of the output, extracting this in a programmatic form is 'easy' in perl and so left to the poster.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Unix process number on a mac...
by brian_d_foy (Abbot) on Mar 16, 2005 at 03:27 UTC | |
by Tuppence (Pilgrim) on Mar 16, 2005 at 18:57 UTC |
In Section
Seekers of Perl Wisdom