Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: JSON Structure Question

by omegaweaponZ (Beadle)
on May 23, 2013 at 18:58 UTC ( [id://1035009]=note: print w/replies, xml ) Need Help??


in reply to Re^2: JSON Structure Question
in thread JSON Structure Question

Figured it out, hash was the way to approach this. But simplistically, all I needed to do was:
my %hash = %{ $data }; while (my ($key, $value) = each %hash) { print "$key : $value \n";
Instant first level report out

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-19 21:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found