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) - x11r4
kill(1) - xfree86
child::link::proc(3pm) - debian
proc::processtable::process(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com