-
-
05 Dec 2013 23:31:39 UTC
- Distribution: Proc-ProcessTable
- Module version: 1.0
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (26)
- Testers (304 / 33 / 0)
- Kwalitee
Bus factor: 3- License: perl_5
- Activity
24 month- Tools
- Download (69.2KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- File::Find
- Storable
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
Module Install Instructions
To install Proc::ProcessTable, copy and paste the appropriate command in to your terminal.
cpanm Proc::ProcessTable
perl -MCPAN -e shell install Proc::ProcessTable
For more information on module installation, please visit the detailed CPAN module installation guide.