Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Trying to understand subtleties of Getopt::Long, please help

by Sidhekin (Priest)
on Sep 23, 2007 at 22:22 UTC ( #640619=note: print w/replies, xml ) Need Help??


in reply to Trying to understand subtleties of Getopt::Long, please help

What is "mandatory" and "optional" is not the option itself (options are by their nature always optional) but rather the associated argument.

That is, --option without an argument will be an error on option=s or option=i, but will give the empty string on option:s and zero on option:i.

(A missing --option or an option with argument (--option=42) will be treated the same by both.)

Try @ARGV = qw( --tag ); with your cases 5 and 6, and you'll see the behaviour you expected.

print "Just another Perl ${\(trickster and hacker)},"
The Sidhekin proves Sidhe did it!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://640619]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2023-12-05 02:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (25 votes). Check out past polls.

    Notices?