- or download this
#! /usr/bin/perl
use strict;
...
SOAP::Transport::HTTP::CGI
-> dispatch_to( '/var/www/localhost/cgi-bin/soap_modules' )
-> handle;
- or download this
#! /usr/bin/perl -w
use strict;
...
print $soap->formal( $greeter )->result;
__END__
- or download this
package Greeter;
use strict;
...
}
1;
- or download this
Denied access to method (formal) in class (Greeter) at /usr/lib/perl5/
+site_perl/5.8.2/SOAP/Lite.pm line 2267.