in reply to How can I convert this raw data to a hash?

That looks very much like JSON, so you'd need to use a JSON module like Cpanel::JSON::XS, or JSON::PP has been in the core since Perl 5.14.

If you need help in further processing this data and looping over it, then please explain what you'd like to do (with code) and what your expected output is. See also perldsc, perlreftut, and perlref.

  • Comment on Re: How can I convert this raw data to a hash?