in reply to How can I convert hash to string and back again?

As roboticus said, JSON is probably the right choice. Data::Dump and Data::Dumper both work with eval as the unfreeze operation.

#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.

  • Comment on Re: How can I convert hash to string and back again?