Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Traversing a complex data structure searching for certain keys and printing their values

by LanX (Saint)
on Apr 28, 2013 at 23:38 UTC ( [id://1031122]=note: print w/replies, xml ) Need Help??


in reply to Traversing a complex data structure searching for certain keys and printing their values

Hi

> I am calling this subroutine like this but I can't get it to accept passing @keylist to it.

changing

recurse_hash(\%$decoded_json_obj,"@keylist");

to

recurse_hash(\%$decoded_json_obj,@keylist);

should do.

And please, Perl has variable interpolation, so never put variables into doublequotes if you don't them to be expanded.Use single quotes!

HTH =)

Cheers Rolf

( addicted to the Perl Programming Language)

UPDATE

> If I hardcode the key names like so it doesn't error and prints all all the corresponding values but they are all on different lines and don't match up.

I don't understand, could you show us the problem with your input?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-03-28 17:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found