in reply to getting values out of RPC::XML response array

Figured it out, I think.

Looks like if I do this, I can get what I need:
print "$newresult[0][4][0]{'thiskey'} is my value\n";

Just needed a sounding board, I guess.