in reply to How to recover a reference from a stringified reference?

One additional point: If your refs are getting stringified because you're using them as keys to a hash, you might want to look into Tie::RefHash, which will avoid that problem.

  • Comment on Re: How to recover a reference from a stringified reference?