in reply to Getting at the data from a stringified reference.

You mean you have a "smashed" string and want to get back at your data? See Devel::Pointer, but be careful out there. It's generally much better design to keep a live reference around.
  • Comment on Re: Getting at the data from a stringified reference.