in reply to SOAP::Lite HASH

$xml will be a reference to an hash, so you can use $xml->{'some_hash_key'} to access the values you're looking for.

Replies are listed 'Best First'.
Re^2: SOAP::Lite HASH
by Anonymous Monk on Mar 14, 2008 at 19:34 UTC
    Thanks. That gets me the information in tags like PhoneNumber. However, I still don't understand how to get the values for CallCreditsUsed.