Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Parse Results of SOAP response

by Anonymous Monk
on Dec 14, 2011 at 23:16 UTC ( [id://943629]=note: print w/replies, xml ) Need Help??


in reply to Parse Results of SOAP response

References quick reference

my( $nuts ) = $res->paramsall(); my $pkid = $nuts->{row}{pkid};

Replies are listed 'Best First'.
Re^2: Parse Results of SOAP response
by lefty29er (Novice) on Dec 15, 2011 at 02:12 UTC
    Wow, it works like a charm. Thanks very much. Hoping to move past noob stage here sometime soon.....
      "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!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://943629]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-25 17:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found