Help for this page

Select Code to Download


  1. or download this
            if (eval "$hash{$filter[0]->[0]} $filter[0]->[1] $filter[0]->[
    +2]")
            {
    ...
                    }    
                }
            }
    
  2. or download this
        sub match {
            my ($hash, $filter) = @_;
    ...
        ) {
            print OUTFILE $line, "\n";
        }