#!perl -w # -- SOAP::Lite -- guide.soaplite.com -- Copyright (C) 2001 Paul Kulchenko -- use SOAP::Lite; print SOAP::Lite -> uri('http://foo.example.com/Soaper') -> proxy('http://foo.example.com/cgi-bin/dev/soap/hibye.cgi') -> hi() -> result;