Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Storable.pm: Byte order is not compatible

by GrandFather (Saint)
on Sep 03, 2006 at 05:42 UTC ( [id://570910]=note: print w/replies, xml ) Need Help??


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.


DWIM is Perl's answer to Gödel
  • Comment on Re: Storable.pm: Byte order is not compatible

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
    However if default options are used ...

    Could you elaborate? I can find an ominous mention "This is a design failure." under 64_bit_data_in_perl_5.6.0_and_5.6.1 in the Storable docs, but that section also mentions the global that tinita said didn't help. Or are you restating what that section said?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://570910]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-24 02:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found