http://www.perlmonks.org?node_id=1038448


in reply to Re: .csv file in to hash of hashes for a Berkley DB (for a hash newbie)
in thread .csv file in to hash of hashes for a Berkley DB (for a hash newbie)

I have ended up going with MLDBM.

DBM::Deep was good but MLDBM did exactly what I wanted. I only needed to read this .csv file into a database once. Now using MLDBM I can open the database and search for any field of any Set Top Box with ease.

Thanks again for all the help on this.

  • Comment on Re^2: .csv file in to hash of hashes for a Berkley DB (for a hash newbie)