Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        -> proxy('http://localhost/soap-test/hibye.cgi')
        -> hi();
    print $soap->result;
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
          return "Hello";
       }
    
  3. or download this
    no element found at line 1, column 0, byte -1 at /usr/local/lib/perl/5
    +.10.0/XML/Parser.pm line 153
    #!/usr/bin/perl -w
    ...
            }
                
    at hibye.pl line 4