Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Attempting to interpret JSON data

by Eliya (Vicar)
on May 16, 2012 at 22:10 UTC ( [id://970939]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Attempting to interpret JSON data
in thread Attempting to interpret JSON data

Maybe simply

for my $elem (@{$decodejs->{lbvserver}}) { print "$elem->{valueIwant}\n"; }

Replies are listed 'Best First'.
Re^4: Attempting to interpret JSON data
by mr007619 (Novice) on May 16, 2012 at 23:21 UTC

    Yes thank you now I realize that was a reference and much easier - understanding this better now, thanks a lot.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-25 09:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found