in reply to Using Perl to run a Windows command-line utility many times with ordered, parallel execution

Win32::ShellQuote / system_detached
while( @stuff ){ my @twenty = ... @stuff; parallelograms(... }
  • Comment on Re: Using Perl to run a command-line utility many times with ordered, parallel execution
  • Download Code