my $som = SOAP::Lite -> uri('Text/Caps') -> proxy('http://localhost:9000') -> capitalize('Mares Eat Oats, And Does Eat Oats, and Little Lambs + Eat Ivy'); if ( $som->fault() ) { die "ERROR : ",$som->faultcode()," ; ", $som->faultstring(); } my $result = $som->result() || ''