Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Proc::Killfam - kill a list of pids, and all their sub-children

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 v5.40.0                                       2024-10-20                                 Proc::Killfam(3pm)

Name

       Proc::Killfam - kill a list of pids, and all their sub-children

Synopsis

        use Proc::Killfam;
        killfam $signal, @pids;

See Also