Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: IP address matching

by Abigail-II (Bishop)
on Jun 04, 2004 at 22:39 UTC ( [id://361244]=note: print w/replies, xml ) Need Help??


in reply to IP address matching

use Regexp::Common; /$RE{net}{IPv4}/ and print "Contains a valid IP address\n"; /$RE{net}{IPv4}{hex}/ and print "Contains a valid IP address in hex\n" +; /$RE{net}{IPv4}{oct}{-sep => ':'}/ and print "..."; # Etc.

Abigail

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-19 01:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found