Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^5: Dynamic option

by JavaFan (Canon)
on Mar 16, 2011 at 12:21 UTC ( [id://893535]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    findfiles --input data modem apps --nd --na --nc --des "..." -r 1000
    
  2. or download this
    GetOptions 'input=s{0,}'  =>  \my @input,
               'na'           =>  \my $na,
    ...
               'nc'           =>  \my $nc,
               'des=s'        =>  \my $des,
               'r=i'          =>  \my $r;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (7)
As of 2024-04-19 09:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found