in reply to Running a program mulitple times with different Variables

Sorry for not answering your question directly, but I think it would be a better solution if you would try to solve that problem using POE.

Just create a new Session for every copy process you want to run. If the copying is finished in one session you could automatically start the next one.

Btw, when posting code to perlmonks you should use <code> tags to make it more readable for others.

Cheers, Flo

  • Comment on Re: Running a program mulitple times with different Variables