http://www.perlmonks.org?node_id=476833


in reply to Re^3: Can I serialize an object and have it remember it's type?
in thread Can I serialize an object and have it remember it's type?

Thanks again tlm. As you can see above, I got the thing working with storable. As to the failure with DBM::Deep, I don't think evaling will help here because, if you look at the Dumper output, it's clear that this is getting blessed into a DBM::Deep object, and LWP::UserAgent is never mentioned.