I am trying to parse the following kind of data structure:
$VAR1 = {
'ID' => 'booshoe37',
'ut_response' => [
{
'friend_list' => {
'friend' => [
{
'fri
+end_count' => '97',
'use
+r' => '4Article1',
'vid
+eo_upload_count' => '0',
'fav
+orite_count' => '26'
},
{
'fri
+end_count' => '29',
'use
+r' => 'Annberly14',
'vid
+eo_upload_count' => '6',
'fav
+orite_count' => '255'
},
{
'fri
+end_count' => '97',
'use
+r' => 'DamiansChannel',
'vid
+eo_upload_count' => '3',
'fav
+orite_count' => '21'
},
{
'fri
+end_count' => '3',
'use
+r' => 'MaddieEgan',
'vid
+eo_upload_count' => '1',
'fav
+orite_count' => '0'
},
...
i'd like to be able to iterate through each of the entries in the 'friend' field, and handle each individually. the problem is, i have no idea how to do so. There is a difficult number of references here, and i have no idea what to foreach. can anyone help?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.