... my $req = RPC::XML::request->new('search', @paramfields); my $resp = $client->send_request($req); print "Response is $resp\n"; print Dumper(\$resp); ### NOW I WANT TO GET SOME VALUES OUT ### but I can't figure it out! ### am I missing some critical documentation? ### I tried to read on CPAN but that didn't help or make sense to me