http://qs1969.pair.com?node_id=319108


in reply to RPC::XML::Client question

You could use the Data::Dumper module to inspect the returned $result structure.
use Data::Dumper; ... my $result = $client->send_request...; print Dumper($result);