![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: using getopts::long and testing for command line optionsby ozone (Friar) |
on Aug 22, 2001 at 18:51 UTC ( #106971=note: print w/replies, xml ) | Need Help?? |
according to the GetOpt cpan page: "The command line options are taken from array @ARGV. Upon completion of GetOptions, @ARGV will contain the rest (i.e. the non-options) of the command line." So your @ARGV should be empty
In Section
Seekers of Perl Wisdom
|
|