in reply to
Re: Storable byte order problem
in thread
Storable byte order problem
No, used freeze. nstore is to write a file, no?
Comment on
Re^2: Storable byte order problem
Replies are listed 'Best First'.
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