Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: -x accepts up to 3 additional arguments

by Xaositect (Friar)
on Jun 23, 2005 at 17:29 UTC ( [id://469464]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    script.pl -x opt1 -x opt2 -x opt3
    
  2. or download this
    my @x;
    my @y;
    ...
      #two options required
      'y=s' => sub { shift(); push(@y, shift, shift(@ARGV)); }, 
      'z=s' => \$z) or die ("Invalid arguments");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-03-28 16:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found