I have a certain exe and wish to write a perl script to spawn multiple instances of the same. The input to each instance is the argument to the perl program.
Lets say exe name is James.exe
Perl script is Bond.pl
Bond 1 "M" 2 "007" 3 "MI6"
input to First instance is "M"
input to Second instance is "007"
input to Third instance is "MI6"