in reply to Re^2: Best way to match a hash with large CSV file
in thread Best way to match a hash with large CSV file

If you even need the database, yes. If your entire dataset fits into memory in a hash (as is likely), use a hash.


Improve your skills with Modern Perl: the free book.

  • Comment on Re^3: Best way to match a hash with large CSV file