Help for this page
BEGIN { package MySerializer; @MySerializer::ISA = 'SOAP::Serializer'; ... shift->SUPER::envelope(@_); } }