Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl5.8.6
    
    ...
    SOAP::Transport::HTTP::CGI
      -> dispatch_to('World')
      -> handle;
    
  2. or download this
    package World;
    
    sub new {
    ...
    
    1;
    
  3. or download this
    #!/usr/bin/env perl5.8.6
    use SOAP::Lite;
    ...
       ->on_debug(sub{print@_});
    print $s->result();
    
  4. or download this
    not well-formed (invalid token) at line 1, column 1, byte 1 at /usr/lo
    +cal/lib/perl5/site_perl/5.8.6/i686-linux/XML/Parser.pm line 187
    #!/usr/bin/env perl5.8.6
    ...
     at soapClient.pl line 9