Help for this page

Select Code to Download


  1. or download this
    my $som = SOAP::Lite -> uri('Text/Caps') ->
       proxy('http://localhost:9000')
        -> capitalize('Mares Eat Oats, And Does Eat Oats, and Little Lambs
    ...
      die "ERROR : ",$som->faultcode()," ; ", $som->faultstring();
    }
    my $result = $som->result() || ''