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

DB_File stores strings/bytes, so when you store a reference, its storing the string, it can't store perl datastructures, it won't serialize them

You might have been thinking of MLDBM or Storable

  • Comment on Re: .csv file in to hash of hashes for a Berkley DB (for a hash newbie) (DB_File stores strings/bytes)