in reply to
Data::Dumper Retrieval?
Data::Dumper returns a structure suitable for passing to eval for reconstruction. Take the data it produced and do a string eval on it. (There are instructions in the Data::Dumper documentation)
Comment on
Re: Data::Dumper Retrieval?
In Section
Seekers of Perl Wisdom