in reply to Using Perl to run a Windows command-line utility many times with ordered, parallel execution
while( @stuff ){ my @twenty = ... @stuff; parallelograms(... } [download]