Help for this page

Select Code to Download


  1. or download this
    ## soapclient.pl ##
    use SOAP::Lite;
    ...
        -> hi()
        -> result;
    exit;
    
  2. or download this
    ## soapserver.cgi ##
    #!/usr/bin/perl
    ...
    }
    1;
    exit;
    
  3. or download this
    ## soapclient.pl ##
    use SOAP::Lite;
    ...
        -> hi()
        -> result;
    exit;
    
  4. or download this
    use CGI::Carp(qw/warningsToBrowser fatalsToBrowser/);