Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Storing and searching sets of IP address ranges

by ikegami (Patriarch)
on Jul 06, 2010 at 22:52 UTC ( [id://848340]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
          $network ? "present in $network" : 'absent',
       );
    }
    
  2. or download this
    Address 2001:db8:85a3::8a2e:370:7334 is present in Some Network
    Address 2001:dc8:85a3::8a2e:370:7334 is absent
    

Log In?
Username:
Password:

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

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

    No recent polls found