in reply to Storable.pm: Byte order is not compatible
I presume you had existing data that was causing trouble when you tried to load it. Storable's various compatibility modes work by writing stuff in an appropriate format that allows it to be reloaded as required. However if default options are used storable doesn't write the information it requires to retrieve the data correctly when it is loaded again on an incompatible system.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Storable.pm: Byte order is not compatible
by shenme (Priest) on Sep 03, 2006 at 06:36 UTC |