Help for this page

Select Code to Download


  1. or download this
            #!/usr/bin/perl 
             # Testing sum()
    ...
           my $req = RPC::XML::request->new('sum', @args);
           my $res = $client->send_request($req);
           print "The result is : $res";
    
  2. or download this
    The numbers to be added are :9 9
    The result is :
    ...
    =====================================================^
    <HTML>
     at C:/Perl/site/lib/RPC/XML/Client.pm line 394