If the data's tab delimited, you could split your incoming line on tabs
and then build a key out of the first two fields and use that as your hash keymy @w = split(/\t/,$_);
if ( !$seen{$w[0].$w[1]}++ ) {
In reply to Re^3: Filtering very large files using Tie::File
by talexb
in thread Filtering very large files using Tie::File
by elef
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |