Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Proc::Killfam

Name Proc::Killfam
Version 1.0
Located at /usr/lib64/perl5/vendor_perl
File /usr/lib64/perl5/vendor_perl/Proc/Killfam.pm
Is Core No
Search CPAN for this module Proc::Killfam
Documentation Proc::Killfam
Module Details Proc::Killfam

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 Diver brought to you by ScriptSolutions.com © 1997- 2024