in reply to Re^2: How to set relational operators to variables to be used by program
in thread How to set relational operators to variables to be used by program

For that matter, you can also write:
if (eval "$hash{$filter[0]->[0]} $filter [0]->[1] $filter[0]->[2]") { print OUTFILE $line, "\n"; }
eliminating the extra for loop.
  • Comment on Re^3: How to set relational operators to variables to be used by program
  • Download Code