|
NAMEProc::Killfam - kill a list of pids, and all their sub-childrenSYNOPSISuse 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
Visit the GSP FreeBSD Man Page Interface. |