in reply to Re: 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 my $op ($filter [0]->[1]) { if (eval "$hash{$filter[0]->[0]} $op $filter[0 +]->[2]") { print OUTFILE $line, "\n"; } }
This seems to work. Thanks! If any one else has other suggestions please inform!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to set relational operators to variables to be used by program
by jethro (Monsignor) on Jul 19, 2012 at 17:27 UTC | |
by dkhalfe (Acolyte) on Jul 19, 2012 at 18:04 UTC | |
by jethro (Monsignor) on Jul 23, 2012 at 12:23 UTC | |
|
Re^3: How to set relational operators to variables to be used by program
by cheekuperl (Monk) on Jul 19, 2012 at 16:31 UTC |