in reply to Simple Perl "Shell" Script on Windows XP to Run Multiple, Simultaneous Processes in Parallel

If you don't wish to install Proc::Background then Win32::Process would be the way to go, assuming you are running ActiveState Perl then it should be bundled in already. There is an example in the doc. You can decide yourself when to call the Wait method.
  • Comment on Re: Simple Perl "Shell" Script on Windows XP to Run Multiple, Simultaneous Processes in Parallel