Help for this page
package WebserviceFunctions; sub new { bless {}, shift; } ... } 1;
#!/usr/bin/perl -w use WSDL::Generator; ... WebserviceFunctions->Hello('Joe'); WebserviceFunctions->Goodbye('Joe'); print $w->get(WebserviceFunctions);