Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Killing child process

by zentara (Archbishop)
on Oct 12, 2003 at 17:15 UTC ( #298672=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #Proc::Killfam is part of Proc::ProceessTable module 
    use Proc::Killfam;
    killfam $signal, @pids;
    killfam 'TERM', ($pid1, $pid2, @more_pids);
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    kill $sig, $_[0];
    };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://298672]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2023-06-06 09:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (26 votes). Check out past polls.

    Notices?