in reply to
Getopt::Long Help with Mandatory String Opt
Use warnings! You're checking for numerical equivalence (
==
) instead of string equivalence (
eq
).
Comment on
Re: Getopt::Long Help with Mandatory String Opt
Select
or
Download
Code
Replies are listed 'Best First'.
Re^2: Getopt::Long Help with Mandatory String Opt
by
amt
(Monk)
on Aug 10, 2010 at 20:02 UTC
It is apparent that my script-fu has become very weak. Have an upvote.
amt.
perlcheat
[reply]
In Section
Seekers of Perl Wisdom