in reply to How do I make a deep copy of a hash (or other data structure)?

Use the dclone method from the Storable module. (Answer found in a 2008 post by Corion.)
  • Comment on Re: How do I make a deep copy of a hash (or other data structure)?
  • Download Code