xorl has asked for the wisdom of the Perl Monks concerning the following question:
I've got a client who wants me to hack up their install of MoveableType however Sixapart's support forums have a bandwith exceeded error, so I'm going to ask here.
Basically there is a blob in the database which is the output from Storable.pm. Now the client wants a PHP script to query the db directly based on the information in that blob field. Is there a good way to get the data out of Storable.pm's output without using 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.
If there is something like an Idiot's guide to Storable.pm format, I'd love to find it (or maybe someone here can give a brief overview). I don't at all understand the format used by Storage.pm, which makes this a zillion times more difficult.
Thanks.
Edit:Fixed typo in module name. Thanks gellyfish.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Use a Storage.pm object without Perl
by ikegami (Patriarch) on Aug 16, 2006 at 14:47 UTC | |
|
Re: [OT] Use a Storage.pm object without Perl
by gellyfish (Monsignor) on Aug 16, 2006 at 14:49 UTC | |
by Joost (Canon) on Aug 16, 2006 at 15:34 UTC | |
by Anonymous Monk on Aug 17, 2006 at 02:39 UTC | |
|
Re: [OT] Use a Storable.pm object without Perl
by Cody Pendant (Prior) on Aug 17, 2006 at 05:19 UTC |