Help for this page

Select Code to Download


  1. or download this
       my @bytes = split(/\./, $ip);
       if ($bytes[2] <= 55 && $bytes[3] <= 55) {
          # ok
       }