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


in reply to Re: Never use Storable to save XS objects
in thread Never use Storable to save XS objects

You shouldn't by any chance have some documentation about how you solved that hurdle?

I have the DBI problem myself. My objects contain DBI handles, and I need to serialize them, but without the DBI code.

Is there maybe a module in the DBI or Class namespace that can help with this? Any pointers appreciated...