Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

steve's scratchpad

by steve (Deacon)
on Jul 30, 2008 at 13:38 UTC ( [id://701135]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub _in_cidr_dns {
        my ($cidr,$addr) = @_;
    ...
    }
    
    sub _ipv4_to_32bitbinary { join "", map {sprintf "%08b", $_} split /\.
    +/, shift; }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
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: (4)
As of 2024-04-25 13:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found