Help for this page

Select Code to Download


  1. or download this
    my %seen;
    my %newip_res;
    ...
        ++$seen{$ip}, print OUTFILE if $seen{$ip} != 500 && /$newip_res{$i
    +p}/;
      }
    }