in reply to exec function does not return command prompt

Proc::Background :)
  • Comment on Re: exec function does not return command prompt

Replies are listed 'Best First'.
Re^2: exec function does not return command prompt
by casman46 (Initiate) on Aug 18, 2014 at 12:33 UTC

    Anonymous Monk: Thank you for your suggestion. I did not know this module existed. It appears to simplify the fork/exec process considerably. I will experiment with the use of this module in the context of my project.