in reply to Storable byte order problem

Did you use Storable::nstore to write the blob?

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?
      Then try nfreeze instead. The docs explains that the functions starting with 'n' use portable ("network") byte order.