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


in reply to Never use Storable to save XS objects

I've hit this in the past. In my case I was storing objects that sometimes contained DBI handles. It's a mistake I hope not to repeat.

-- simonflk