Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: "Getoptions'" argument syntax

by btrott (Parson)
on Jun 16, 2001 at 00:15 UTC ( [id://88928]=note: print w/replies, xml ) Need Help??


in reply to "Getoptions'" argument syntax

The '=' in 'refresh=i' doesn't mean that 'refresh' is a mandatory option to the program. It means that, if 'refresh' is supplied, the *integer argument* is mandatory. So you can't just have
$ foo.pl --refresh
An argument to 'refresh' is mandatory.

I don't think there *is* a way to indicate that an option is mandatory (ie. that 'refresh' must be provided as an option).

And since 'refresh' may not be provided, the

$REFRESH = 10
sets the default value for 'refresh' to 10. And it can be overriden on the command line with '--refresh'.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (1)
As of 2024-04-24 13:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found