in reply to
GetOptions Function NOT Assign CLI Args to Variables?
Unrelated to your problem... there is no need to check
@ARGV
before calling
GetOptions
. The function does that checking for you, and it also modifies
@ARGV
if there are options.
Comment on
Re: GetOptions Function NOT Assign CLI Args to Variables?
In Section
Seekers of Perl Wisdom