in reply to Help with Hash of hashes, is there a better way?

DBD::SQLite is worth considering.

The querying is done using sql, so is very flexible, and you can use other DBI and SQL tools to inspect the data. SQLite is also very easy to use and so cuts out the admin overhead of a full DBMS

Brad

  • Comment on Re: Help with Hash of hashes, is there a better way?