Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Getopt::Long question

by Cody Pendant (Prior)
on Mar 02, 2009 at 23:55 UTC ( [id://747578]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my($dir, $year, $start, $delay);
    
    ...
        'start:i' => \$start,
        'delay:i' => \$delay
        );
    
  2. or download this
    scriptname --dir foo --delay 30 --year 2007 
    Option year requires an argument
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-19 19:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found