On Tue, 9 May 2006, zentara wrote:

On Tue, 9 May 2006 09:57:29 +0100 (WEST), [EMAIL PROTECTED]
(Jorge Almeida) wrote:

Is there any Perl module to find and kill unix processes (pgrep, kill,
pkill...). I need to kill all processes descending from a given process
(children, grandchildren, etc). Surprisingly, it seems there isn't a
unix utility for this, so I thought to make a Perl script, but using
system seems clumsy.

Proc::Killfam

or manually

# by robau of perlmonks


Thank you!
--
Jorge Almeida

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to