Help for this page
Select Code to Download
Select
or
download this
my @bytes = split(/\./, $ip); if ($bytes[2] <= 55 && $bytes[3] <= 55) { # ok }