![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: How to use getopts to look in a file and submit each item in the file to a job with different switches.by cdarke (Prior) |
on Mar 09, 2010 at 09:16 UTC ( #827495=note: print w/replies, xml ) | Need Help?? |
Aside from the comment above, you have a number of errors in you code: Please use strict; $CLD_RV is not created in the script. If this is an environment variable then use $ENV{'CLD_RV'} You use the wrong type of quotes for the values in %Options - use ' rather than `. Missing ; after the initialisation of %Options There are a few other nitpicks that I'll pass on.
In Section
Seekers of Perl Wisdom
|
|