proc::killfam(3pm) debian man page | unix.com

Man Page: proc::killfam

Operating Environment: debian

Section: 3pm

Killfam(3pm)						User Contributed Perl Documentation					      Killfam(3pm)

NAME
Proc::Killfam - kill a list of pids, and all their sub-children
SYNOPSIS
use Proc::Killfam; killfam $signal, @pids;
DESCRIPTION
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
killfam 'TERM', ($pid1, $pid2, @more_pids);
KEYWORDS
kill, signal perl v5.14.2 2003-05-19 Killfam(3pm)
Related Man Pages
kill(1) - freebsd
kill(1) - netbsd
kill(1) - x11r4
kill(1) - xfree86
child::link::proc(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?