http://www.perlmonks.org?node_id=1045295

lakssreedhar has asked for the wisdom of the Perl Monks concerning the following question:

I a perl code which takes 2 inputs. perl run.pl sentence/1.txt name/1.txt >output/1.txt I need to execute the above program to 1000 files in sentence folder and 1000 files in name folder and get the 1000 files output in output folder.Is it possible to do it with cmd command.