Help for this page
sub ipto32bit { # ... ($c,$d,$e,$f) = split(/\./,$ip); return ($c << 24) + ($d << 16) + ($e << 8) + $f; }
#!/usr/bin/perl -wl use strict; ... 203.134.35.27 12.345.111.5 12.345.111.4
12.345.111.3 12.345.111.4 ... 12.345.111.26 61.8.47.111 203.134.35.27