#!/usr/bin/perl use lib '/home/my_user/lib'; use SOAP::Transport::HTTP; SOAP::Transport::HTTP::CGI -> dispatch_to('Hello') -> handle;