in reply to
Convert stirng to array of hashes
You can use
eval
, but be aware that is a security risk if your string contains something other than such data structures.
Comment on
Re: Convert string to array of hashes
In Section
Seekers of Perl Wisdom