-
-
17 Oct 2014 22:56:58 UTC
- Distribution: Proc-ProcessTable
- Module version: 1.0
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (26)
- Testers (1712 / 95 / 4)
- Kwalitee
Bus factor: 3- 56.02% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (69.47KB)
- 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.