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


in reply to Storable: Byte order is not compatible

You could try re-serializing your data using a different mechanism before you convert the database. FreezeThaw and Data::Dumper come to mind. Using the latter, you could even see if anything went awry during the conversion.

Makeshifts last the longest.