Description This is a perl implementation of PHP's native serialize() and unserialize() functions. Taken along with the python serialize implementation, this code will enable you to transfer simple data structures between PHP, Python, and Perl using PHP's data serialization format. This code aims to be a very lightweight data transport layer between PHP, perl and python using PHP's native