What can you use to tie a hash of hashes to either dbm or ascii?
am 02.12.2007 18:26:57 von robert.nicholsonDoes a module exist where you can tie a hash of hashes to dbm or ascii
text files?
Does a module exist where you can tie a hash of hashes to dbm or ascii
text files?
Robert Nicholson wrote:
> Does a module exist where you can tie a hash of hashes to dbm or ascii
> text files?
>
>
There are many, although you may have trouble finding one that
represents a nested structure in a flatfile format.
You may like to try the following as examples:
MLDBM
YAML
XML::Simple
Mark