1Proc::Killfam(3)      User Contributed Perl Documentation     Proc::Killfam(3)
2
3
4

NAME

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

SYNOPSIS

9        use Proc::Killfam;
10        killfam $signal, @pids;
11

DESCRIPTION

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

EXAMPLE

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

KEYWORDS

21       kill, signal
22
23
24
25perl v5.30.0                      2019-07-26                  Proc::Killfam(3)
Impressum