Help for this page

Select Code to Download


  1. or download this
    sub ipv4_to_int {
        my $int = 0;
    ...
        chop($ip);
        return $ip;
    }