Help for this page

Select Code to Download


  1. or download this
     if ( -1 != index $log, '198.167.1.10' ) {
         push @ip, $log;
    ...
     push @ip, $log if $log =~ /198\.167\.1\.10/;
     print $log     if $log =~ /198\.167\.1\.10/;