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) - centos
kill(1) - netbsd
kill(1) - osx
kill(1) - xfree86
proc::killall(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph