#!c:\perl\bin\perl.exe use lib 'hello1.pm'; # hello.cgi - Hello SOAP handler print "Content-Type: text/html\n\n"; #my $length = $ENV{'CONTENT_LENGTH'}; #print $length; #print "hello world"; use SOAP::Transport::HTTP; SOAP::Transport::HTTP::CGI -> dispatch_to('hello1::(?:sayHello)') -> handle ;