ankit.tayal560 has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks, This is not a query related to some specific code/script but in a general scenario. suppose if I am having a script in which I have defined several (3-5) paths. I want to run this script through a batch file so I make a batch file.
perl filename.pl @pause
Now if I want to pass the paths required through batch file only what should I do how can I pass paths through batch file directly into my script. any help or suggestions is appreciated.
Thanks in advance
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Batch FIle Operations
by marto (Cardinal) on Oct 21, 2016 at 08:12 UTC | |
|
Re: Batch FIle Operations
by Corion (Patriarch) on Oct 21, 2016 at 06:25 UTC | |
|
Re: Batch FIle Operations
by Discipulus (Canon) on Oct 21, 2016 at 07:18 UTC |