# initialize/bless/ect $obj->new(); # serialize the objects data (currently with Storable) $obj->serialize(); # get/set params as in CGI.pm $obj->param(); # deserialize the objects data (Storable) $obj->deserialize(); # xml format $obj->to_xml(); # de-xml $obj->from_xml();