Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Range in Getopt

by james2vegas (Chaplain)
on Oct 03, 2012 at 18:34 UTC ( [id://997116]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Getopt::Long;
    my $_debug;
    ...
    die "Debug Level is required" unless defined $_debug;
    warn "Debug Level is $_debug\n";
    
  2. or download this
    use Getopt::Long;
    my $_debug = 0;
    ...
        } ) or exit 1;
    
    warn "Debug Level is $_debug\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-19 23:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found