Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Prioritizing command line options

by VSarkiss (Monsignor)
on Jan 19, 2002 at 02:54 UTC ( [id://139981]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %help_options = (
       "color!" => sub { $options{USE_COLOR_CMDLINE} = $_[1] },
       "conf=s" => sub { $options{CONF} = $_[1] },
    ...
    # Override it if specified on the command line.
    $options{USE_COLOR} = $options{USE_COLOR_CMDLINE}
        if exists $options{USE_COLOR_CMDLINE};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-24 07:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found