in reply to
Read the Dumper data back to a hash.
string-eval isn't the greatest way to undumper a Data::Dumper-ed structure , it safer to use
Undumper
/
Data::Undump
or even
Safe
->
reval
(
Data::Dump
::
pp
( \@foo ) )
Comment on
Re: Read the Dumper data back to a hash. (safe undumper )
In Section
Seekers of Perl Wisdom