Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
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 admiring the Monastery: (None)
    As of 2024-10-15 20:05 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found

      Notices?
      erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.