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)