in reply to Hash of arrays of arrays
As far as I'm aware, NDBM doesn't support nested datastructures, only single level key/value pairs--unless you want get into using Storable to freeze/Thaw complex values.
You may like to investigate DBM::Deep which does this in a very natural way via tieing (or OO).
|
|---|