debian man page for proc::killfam

Query: proc::killfam

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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) - debian
kill(1) - netbsd
kill(1) - xfree86
proc::killall(3pm) - debian
proc::processtable::process(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph