in reply to [OT] Use a Storable.pm object without Perl

So far the only think I can think of doing is running a Perl script to thaw the blob and then write it into some simple format that I can then use in PHP.

Sounds like a great idea. You could use JSON as the new format. It has libraries in Perl, PHP and a number of other languages. As a bonus, it should even be human readable.

  • Comment on Re: Use a Storage.pm object without Perl