===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libnet-subnets-perl-1.02/t/04check.t-18-
libnet-subnets-perl-1.02/t/04check.t:19:foreach my $addr (@good_addr) {
libnet-subnets-perl-1.02/t/04check.t-20-    ok($sn->check(\$addr), 'address is good');
##############################################
libnet-subnets-perl-1.02/t/04check.t-22-
libnet-subnets-perl-1.02/t/04check.t:23:foreach my $addr (@bad_addr) {
libnet-subnets-perl-1.02/t/04check.t-24-    ok(!$sn->check(\$addr), 'address is bad');