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

Re: How to check for the command line option entered?

by Anonymous Monk
on Dec 05, 2010 at 23:59 UTC ( [id://875527]=note: print w/replies, xml ) Need Help??


in reply to How to check for the command line option entered?

perlintro
$ perl -MDDS -le" my %options=(); use Getopt::Std; getopt(q!bg!,\%opti +ons); Dump(\%options) " -- -b o -g i $HASH1 = { b => 'o', g => 'i' };
http://cpansearch.perl.org/src/BINGOS/perl-5.13.7/lib/Getopt/Std.t

Getopt::Std site:perlmonks.org

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-24 10:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found