What can you use to tie a hash of hashes to either dbm or ascii?

What can you use to tie a hash of hashes to either dbm or ascii?

am 02.12.2007 18:26:57 von robert.nicholson

Does a module exist where you can tie a hash of hashes to dbm or ascii
text files?

Re: What can you use to tie a hash of hashes to either dbm or ascii?

am 02.12.2007 20:17:40 von Mark Clements

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