Help for this page
#!/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]
/usr/local/bin/perl -w use strict; ... print "$ip\tmatches range $range\n"; } }