Given a data structure (e.g. a hash of hashes), what\'s the clean/recommended way to make a deep copy for immediate use? Assume reasonable cases, where the data\'s not parti
My impression is that Storable::dclone() is somewhat canonical.
Storable::dclone()