Help for this page

Select Code to Download


  1. or download this
     
    my $file= File::Tail -> new ("C:\\Snort\\log\\test3\\8_8.log");
    my @alert; 
    ...
            push @alert, $line;
        }#end else
    }#end while
    
  2. or download this
    my $writeFile = "C:\\Snort\\log\\test3\\$localDate.log";