in reply to Re: Storable with hash of hashes (reference problem?)
in thread Storable with hash of hashes (reference problem?)

Storable breaks less often than Data::Dumper, and produces a much more compact representation. Sometimes that space efficiency is nice (like when you want to stuff objects in a database).
  • Comment on Re: Re: Storable with hash of hashes (reference problem?)