1997-12-03 08:11:19 +01:00
|
|
|
MLDBM - store multi-level hash structure in single level tied hash
|
|
|
|
|
1998-04-04 16:05:12 +02:00
|
|
|
This module, intended primarily for use with DBM packages, can serve as a
|
|
|
|
transparent interface to any TIEHASH package that must be used to
|
|
|
|
store arbitrary perl data, including nested references.
|
|
|
|
|
|
|
|
It works by converting the values in the hash that are references, to their
|
|
|
|
string representation in perl syntax. When using a DBM database, it is this
|
|
|
|
string that gets stored.
|
2002-07-08 15:58:36 +02:00
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/MLDBM/
|