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. Thanks Matt -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]