in reply to Re: Cloning shared hashref
in thread Cloning shared hashref
- If you'd bothered to look, you'd have realised that the sole purpose of Clone::clone() is to perform deep copies.
- If you'd looked at Storable, you'd have discovered that it doesn't export a routine called clone().
- And if you bothered to try dclone(), you'd have found that it produces exactly the same error.