Help for this page
#!/usr/bin/perl -w use strict; ... -> proxy('http://localhost/soap-test/hibye.cgi') -> hi(); print $soap->result;
#!/usr/bin/perl -w ... return "Hello"; }
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