http://www.perlmonks.org?node_id=951632


in reply to Killing process group run with IPC::Open3

Try Proc::KillFam

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re: Killing process group run with IPC::Open3

Replies are listed 'Best First'.
Re^2: Killing process group run with IPC::Open3
by pm_sanchay (Initiate) on Feb 06, 2012 at 18:20 UTC

    Proc::Killfam works with IPC::Open3 to achieve what I want, Thanks ! But I'm not sure how my manager will react to adding a non-core module dependency.

      But I'm not sure how my manager will react to adding a non-core module dependency.

      You could copy the essential code from the Killfam.pm right into your code, avoiding using a module. The code is very simple, use "perldoc -m Proc::Killfam" to see the module's simple code.


      I'm not really a human, but I play one on earth.
      Old Perl Programmer Haiku ................... flash japh