Athanasius has asked for the wisdom of the Perl Monks concerning the following question: (hashes)

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

Originally posted as a Categorized Question.

  • Comment on How do I make a deep copy of a hash (or other data structure)?

Replies are listed 'Best First'.
Re: How do I make a deep copy of a hash (or other data structure)?
by haukex (Archbishop) on Jan 12, 2019 at 08:24 UTC
    There's also the module Clone.
Re: How do I make a deep copy of a hash (or other data structure)?
by Athanasius (Archbishop) on Jan 12, 2019 at 08:15 UTC