Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: GetOpt::Long usage style

by demerphq (Chancellor)
on Mar 08, 2003 at 19:58 UTC ( [id://241429]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %opt={verbose=>0,all=>0);
    GetOptions(\%opt,'talkative|verbose','everything|all');
    
  2. or download this
    GetOptions(\%opt,'talkative|verbose','all|everything');
    
  3. or download this
    GetOptions(\%opts,'Debug=i'=>\(my $Debug=0),'verbose','all');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-03-28 14:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found