in reply to How to decode a hash value

my $response = $QMIService->GetResponse ($token,60000);

I have no experience with the QMIResponse module (don't even know where it might be found; it's not on CPAN), but this method call is almost certainly returning an object reference of some kind. Check the QMIResponse (and related module) docs for methods that access object instance data.