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


in reply to Which module to deal with external program execution?

I've had good results with Proc::Fork which makes forking easier, and IPC::System::Simple which does the same for system.
  • Comment on Re: Which module to deal with external program execution?