Help for this page

Select Code to Download


  1. or download this
    WSDL doesn’t works only on perl 5.6 and not 5.8. UNIVERSAL::AUTOLOAD i
    +s broken in perl 5.8 and it is used by Class::Hook upon wich WSDL::Ge
    +nerator depends.
    
  2. or download this
    package WebserviceFunctions;
    sub new { bless {}, shift; }
    ...
        my ($s, $name) = @_;
        return "Goodbye, $name".$/;
    }
    
  3. or download this
    #!/usr/bin/perl -w     
    
    ...
    
    print $pod->WSDL;
    1;