Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: GetOpt Organization

by karlgoethebier (Abbot)
on Mar 09, 2015 at 14:52 UTC ( [id://1119335]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Getopt::Long;
    use Pod::Usage; # IMHO a must
    ...
    __END__
    
    # POD section here
    
  2. or download this
    GetOptions(
        \%options, "help", "suffix:s", "amount=i", "dir=s", "logpath=s", "
    +From=s", "Subject:s", "Data:s", "Host:s",
    ...
               -s suffix \
               -p foo bar \
               -T user@domain other@domain
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-03-29 01:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found