in reply to Re^2: Large Storable files and Memory Woes
in thread Large Storable files and Memory Woes

Take a look at the source for the specific version of Storable that you used and extract the code you need to recover your data. It sounds like you have stored the contents of a simple hash containing simple scalar keys and values (numbers and strings) so the amount of code you need to emulate or lift from the Storable source should be fairly small.

Once you've done that of course you should consider a different technique for persisting the data.

True laziness is hard work
  • Comment on Re^3: Large Storable files and Memory Woes