Help for this page

Select Code to Download


  1. or download this
    my $main_re = join '|', map "(?:$_)", @REGEXPS;
    my $idx      = 0;
    ...
    
      $idx++;
    }
    
  2. or download this
    my @KEEP = grep { not /$main_re/ } @SYSLOG;