#! /usr/bin/perl use strict; use SOAP::Transport::HTTP; SOAP::Transport::HTTP::CGI -> dispatch_to( '/var/www/localhost/cgi-bin/soap_modules' ) -> handle;