![]() |
![]()
| ![]() |
![]()
NAMEProc::Killfam - kill a list of pids, and all their sub-children SYNOPSISuse Proc::Killfam; killfam $signal, @pids; DESCRIPTIONkillfam accepts the same arguments as the Perl builtin kill command, but, additionally, recursively searches the process table for children and kills them as well. EXAMPLEkillfam 'TERM', ($pid1, $pid2, @more_pids); KEYWORDSkill, signal
|