What's the best way to make a deep copy of a data structure in Perl?

后端 未结 4 515
我寻月下人不归
我寻月下人不归 2020-11-28 09:52

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

4条回答
提交回复
热议问题