in reply to Re: Can I tie a hash of hashes to a file?
in thread Can I tie a hash of hashes to a file?

Thank you very much for the responses. I have a question about the module Storable, though. Storable just unloads content to a file, while keeping information in memory, true? What if one wanted to use a file to use the file for the hash of hashes rather than using memory? The method you outlined is one method for handling persistency. I will be examining DBM::Deep. Thanks.

Thanks.
  • Comment on Re^2: Can I tie a hash of hashes to a file?