|
|
| Just another Perl shrine | |
| PerlMonks |
Perl script parametersby Amphiaraus (Acolyte) |
| on Oct 16, 2012 at 14:25 UTC ( #999343=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Amphiaraus has asked for the
wisdom of the Perl Monks concerning the following question:
Is it possible to give a Perl script the following list of parameters? If so what syntax should be used? 1) The log file of a build, which is to be treated as an array of strings, and stored in an array variable. This is now working for me, I am using the syntax:
2) In addition to the above parameter, I would also like my Perl script to take in three other parameters: a) Build Version (a string) b) Build Type (a string) c) Build Attempt Number (an integer)
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||