#!/usr/bin/perl use strict; use warnings; use SOAP::Transport::HTTP; SOAP::Transport::HTTP::Daemon -> new (LocalPort => 8089, Reuse => 1) -> dispatch_to('/opt/scripts/SOAP/lib') -> handle;