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

system(1, ...) on Win32 is documented in Alphabetical Listing of Perl Functions. And Re: spawning Perl scripts has some alternatives for creating a separate/asynchronous process on Windows.

  • Comment on Re: Simple Perl "Shell" Script on Windows XP to Run Multiple, Simultaneous Processes in Parallel
  • Download Code