4519l7 Listing 7: cgi-soap.pl #!/usr/bin/perl -w use strict; use diagnostics; # Remove from production code use SOAP::Transport::HTTP; SOAP::Transport::HTTP::CGI -> dispatch_to('/tmp') -> handle ;