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


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

Wow, it works like a charm. Thanks very much. Hoping to move past noob stage here sometime soon.....

Replies are listed 'Best First'.
Re^3: Parse Results of SOAP response
by Old_Gray_Bear (Bishop) on Dec 15, 2011 at 17:29 UTC
    "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

      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!