in reply to Storable module

BTW, is there interest for a Storable module written in pure perl?

Replies are listed 'Best First'.
Re^2: Storable module
by BrowserUk (Patriarch) on Sep 09, 2004 at 09:05 UTC

    That would be spelt FreezeThaw :)


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "Think for yourself!" - Abigail
    "Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon
      I had in my mind something which uses the same binary representation as Storable.

        I don't think Storable uses the same binary representation as Storable. :) Even with nstore() I get incompatible binaries from Storable on different platforms.