in reply to
Storable byte order problem
Did you use
Storable
::nstore to write the blob?
Comment on
Re: Storable byte order problem
Replies are listed 'Best First'.
Re^2: Storable byte order problem
by
cormanaz
(Deacon)
on Nov 25, 2009 at 20:01 UTC
No, used freeze. nstore is to write a file, no?
[reply]
Re^3: Storable byte order problem
by
moritz
(Cardinal)
on Nov 25, 2009 at 20:07 UTC
Then try nfreeze instead. The docs explains that the functions starting with 'n' use portable ("network") byte order.
[reply]
In Section
Seekers of Perl Wisdom