Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Perl Input Parameters for Unix

by cheekuperl (Monk)
on Jul 09, 2012 at 15:58 UTC ( [id://980710]=note: print w/replies, xml ) Need Help??


in reply to Perl Input Parameters for Unix

So all you wish to know is how to parse input parameters. Rest of the code you posted does not matter :)
You can also try parsing them manually using @ARGV.
Something like
if ( $ARGV[0] eq "-i" ) { #do something with $ARGV[1] }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-20 00:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found