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) - redhat
kill(1) - debian
kill(1) - centos
kill(1) - osx
kill(1) - php
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?