in reply to Re^2: comparing two files, with known variations
in thread comparing two files, with known variations
Hi,
I feel that your worry is about 25000 lines of data into hash or into perl's memory!.
If my guess is correct, you can use DBM::Deep.
But since the data will be stored in a file, it will not be as quick as normal hash.