marky1124 has asked for the wisdom of the Perl Monks concerning the following question:
Byte order is not compatible at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_retrieve.al) line 380, at ./try line 37I may be wrong but I do not believe this to be connected to the $Storable::interwork_56_64bit flag mentioned in the Storable man page.
'hdrsize' => 15, 'version' => '2.7', 'longsize' => 4, 'ptrsize' => 4, 'byteorder' => '1234',64 bit system:
'hdrsize' => 19, 'version' => '2.7', 'longsize' => 8, 'ptrsize' => 8, 'byteorder' => '12345678',I also have data being fed from another Debian Sarge system which has perl v5.8.4 and Storable v2.14. That data arrives daily.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reading 32-bit Storable files on 64-bit system
by grinder (Bishop) on Dec 20, 2007 at 18:14 UTC | |
|
Re: Reading 32-bit Storable files on 64-bit system
by eserte (Deacon) on Dec 20, 2007 at 21:37 UTC | |
by marky1124 (Novice) on Dec 21, 2007 at 11:34 UTC |