in reply to Re: Cloning shared hashref
in thread Cloning shared hashref

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