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; }