Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: On References to the Unnamed

by leriksen (Curate)
on Mar 21, 2005 at 00:39 UTC ( [id://441091]=note: print w/replies, xml ) Need Help??


in reply to Re^2: On References to the Unnamed
in thread On References to the Unnamed

Another is in Getopt::Long (example slightly golfed)

GetOptions('in|i=s' => \my $indir, 'out|o=s' => \my $outfile, 'log|l=s' => \my $logfile, 'cp|c=s' => \my $cp, 'help|?' => \my $help, man => \my $man) or pod2usage(2);

...it is better to be approximately right than precisely wrong. - Warren Buffet

Log In?
Username:
Password:

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

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

    No recent polls found