in reply to Using indexing for faster lookup in large file

I agree with atcroft about importing the data into a database, but if that's not an option you want to entertain, then another closely related option would be to use the DBD::CSV module to access the data file with sql statements.

  • Comment on Re: Using indexing for faster lookup in large file