Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    results
    A match of 123.145.147.2 in range 123.145.[146-149].2
    A match of 135.168.102.102 in range 135.168.[10-115].[0-125]
    
  2. or download this
    /usr/local/bin/perl -w
    use strict;
    ...
            print "$ip\tmatches range $range\n";
        }
    }