Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, my Perl script will continuously fork a process and execute external programs, and will capture output/error, exit status and so on.
Instead of `fork` and `system`, is there any nice module help me handle it?
  • Comment on Which module to deal with external program execution?

Replies are listed 'Best First'.
Re: Which module to deal with external program execution?
by Arunbear (Prior) on Jun 04, 2013 at 09:43 UTC
Re: Which module to deal with external program execution?
by vinoth.ree (Monsignor) on Jun 04, 2013 at 06:34 UTC