in reply to Re^2: Copy an hash modifying some selected values
in thread Copy an hash modifying some selected values
Quite so. I assumed the copy was not the part you were having problems with. See eg merlyn's deep_copy sub as a module-less way to do that or something like Clone::PP. %hash1 is assumed to be the copy. HTH.
|
|---|