one way with Autoloading
->dispatch_to('MyModule::SOAPIFY'); ... package MyModule::SOAPIFY; @ISA = qw[ MyModule ]; sub thisMethodNeedsSpecificWrapping { ... } sub AUTOLOAD { ... GenericWrapper... }
In reply to Re^3: SOAP::Lite server - returning non-SOAP values in sub
by Anonymous Monk
in thread SOAP::Lite server - returning non-SOAP values in sub
by DreamT
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |