Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Parsing your script's command line

by bikeNomad (Priest)
on Jun 14, 2001 at 06:35 UTC ( [id://88282]=note: print w/replies, xml ) Need Help??


in reply to Parsing your script's command line

Nice tutorial. One minor disagreement, though: Getopt::Long is quite happy with single-character switches. If you want to bundle them (as in, '-vax' means the same as '-v -a -x'), you have to call:
Getopt::Long::Configure ("bundling");

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-04-19 13:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found