Proc::Killfam - kill a list of pids, and all their sub-children


Proc-ProcessTable documentation  | view source Contained in the Proc-ProcessTable distribution.

Index


NAME

Top

Proc::Killfam - kill a list of pids, and all their sub-children

SYNOPSIS

Top

 use Proc::Killfam;
 killfam $signal, @pids;

DESCRIPTION

Top

killfam accepts the same arguments as the Perl builtin kill command, but, additionally, recursively searches the process table for children and kills them as well.

EXAMPLE

Top

killfam 'TERM', ($pid1, $pid2, @more_pids);

KEYWORDS

Top

kill, signal


Proc-ProcessTable documentation  | view source Contained in the Proc-ProcessTable distribution.