danny0085 has asked for the wisdom of the Perl Monks concerning the following question:
I did not find a good tutorial to handle complex data structures, please give me a hand$VAR1 = { 'response' => { 'blogs' => [ { 'url' => 'equipo.tumblr.com', 'name' => 'equipo', 'updated' => 1346015230 }, { 'url' => 'linux.tumblr.com', 'name' => 'linuxmint', 'updated' => 1345967468 } ], }, };
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: help to get hash elements
by davido (Cardinal) on Aug 26, 2012 at 22:52 UTC | |
Re: help to get hash elements
by philiprbrenan (Monk) on Aug 26, 2012 at 23:16 UTC | |
Re: help to get hash elements
by linuxer (Curate) on Aug 26, 2012 at 22:13 UTC |