Something like this?
use strict; use warnings; my $cmd = 'some_command'; my @args = qw(arg1 arg2 arg3 ... argN); system("$cmd $_) foreach @args;
The doc on the system call:
system
In reply to Re: Simple Perl "Shell" Script on Windows XP to Run Multiple, Simultaneous Processes in Parallel
by jrsimmon
in thread Simple Perl "Shell" Script on Windows XP to Run Multiple, Simultaneous Processes in Parallel
by Jim
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |