Help for this page

Select Code to Download


  1. or download this
    $logfile="log.txt";
    
  2. or download this
    if ($logfile =~ /$error/i) {
    
  3. or download this
    while (my $line = <LOG>) {
        if ($line =~ /$error/i) {
        etc....