http://qs321.pair.com?node_id=209947


in reply to Data::Dumper Limitations

I personally had similar Data::Dumper grief on a recent project. I switched to Storable and I haven't looked back since. It's very easy to use, it's fast, and it doesn't die under load the way Data::Dumper does. I still use Data::Dumper for dumping part of a data structure into a log file for debugging purposes, but for production use it's just too scary.