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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: execut perl script for multiple input folders
by Corion (Patriarch) on Jul 19, 2013 at 09:12 UTC | |
|
Re: execut perl script for multiple input folders
by vinoth.ree (Monsignor) on Jul 19, 2013 at 08:57 UTC | |
|
Re: execut perl script for multiple input folders
by mtmcc (Hermit) on Jul 19, 2013 at 09:10 UTC | |
|
Re: execut perl script for multiple input folders
by kcott (Archbishop) on Jul 19, 2013 at 09:06 UTC | |
by Anonymous Monk on Jul 19, 2013 at 09:11 UTC |