http://www.perlmonks.org?node_id=943794


in reply to Re^2: Parse Results of SOAP response
in thread Parse Results of SOAP response

"We are all students in the Dojo".

I have found that I never get out of the 'Noob' stage, I'm just a noob at something different. (Currently it's Moose and pack/unpack)

----
I Go Back to Sleep, Now.

OGB

Replies are listed 'Best First'.
Re^4: Parse Results of SOAP response
by lefty29er (Novice) on Jan 06, 2012 at 20:37 UTC
    Thanks for the reply OGB. Glad to know there are noobs of all stages out there ;-) You have any advice on printing the results when there is an array returned from a query such as below:
    $VAR1 = { 'user' => { 'associatedDevices' => { 'device' => [ '002170CB5E0F', 'SEP12312312345 +7' ] },
    I need to handle both of the 'devices' that are returned inside []. I've gone through some iterations trying to derefernce the array but just keep coming up with "ARRAY(0x21a0650)". Thanks!