I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-11-15 16:27:24-08 by jdhedden
Object::InsideOut v1.03.00
Added support for object serialization. There is a ->dump() method that returns a Perl structure containing the object's class and data. It can also return a string version of that data. Then there is a class method, Object::InsideOut->pump(), that takes in 'dump' data and returns an object created using that data.

Added a new method called ->set() to handle all the details of adding data to object field hashes so that thread object sharing is supported. This should be used inside any method that set object data.

Direct Responses: Write a response