Help for this page

Select Code to Download


  1. or download this
    my $cli = RPC::XML::Client->new("http://localhost6:$port/RPC2");
    my $cli_client = RPC::XML::request->new('AnaXmlRpcHandler.execute', ,R
    +PC::XML::array->new(map {RPC::XML::string->new($_)} @arr));
    
  2. or download this
    my $cli = RPC::XML::Client->new("http://[2001:db8:c18:2:250:56ff:fead:
    +2d92]:$port/RPC2");
    my $cli_client = RPC::XML::request->new('AnaXmlRpcHandler.execute', ,R
    +PC::XML::array->new(map {RPC::XML::string->new($_)} @arr));