OK. I tried the run_parallel which seemed to work great for commands that return once launched. But it didn't seem to work for commands that can take up to 5 minutes to return the prompt (if run outside of perl). Yes, I have tried to put them in the background (&) but it did not make a difference.....
Comment on Re: Re: Launching multiple commands in parallel