I'm working on a project where I need to access some information stored in a MovableType database. The problem is that the data I need to get to, is part of the CustomFields plugin. This uses the Perl module Storable to save a blob to the database. Is there some way in PHP I can take an object saved by Storable.pm and convert it to something usable by PHP?