1MLDBM - store multi-level hash structure in single level tied hash
2
3This module, intended primarily for use with DBM packages, can serve as a
4transparent interface to any TIEHASH package that must be used to
5store arbitrary perl data, including nested references.
6
7It works by converting the values in the hash that are references, to their
8string representation in perl syntax.  When using a DBM database, it is this
9string that gets stored.
10