Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: Match Ip Address on cmd line

by halley (Prior)
on Sep 09, 2011 at 14:45 UTC ( [id://925102]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    do_something() if <condition>;
    if (<condition>) { do_something(); }
    
  2. or download this
    m[regex]
    m|regex|
    m/regex/
    /regex/
    
  3. or download this
    "string-with-expanded-$variables"
    qq[string-with-expanded-$variables]
    qq/string-with-expanded-$variables/
    
  4. or download this
    'string-expanding-no-variables'
    q[string-expanding-no-variables]
    q/string-expanding-no-variables/
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-23 18:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found