Matt Simonsen <[EMAIL PROTECTED]> wrote:
> I've tried using DB_File open a hash and write a hash of hashes to disk,
> but this failed. I read in Perl Cookbook to "just use it as a regular
> hash" but from what I can tell this is not possible when speaking of
> complex structures like a hash of hashes.
> 
> I'm currently dumping this structure to disk in XML looping over all the
> keys and values. I could read that back in to a hash each time my script
> runs and update the hash, rewriting it to disk, but that would ding the
> elegance of my script and so I'm trying to avoid it.
> 
> Suggestions would be greatly appreciated.
> 

  http://search.cpan.org/author/CHAMAS/MLDBM-2.01/

-- 
Steve

perldoc -qa.j | perl -lpe '($_)=m("(.*)")'

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to