in reply to Re: Storable byte order problem
in thread Storable byte order problem

No, used freeze. nstore is to write a file, no?

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.