Hi Monks,
I want to use foreach for the following refrence.
use warnings; use strict; my $xml = { 'Fruits' => [ { 'Season' => { 'Apple' => { 'UnitsAvailable'=> ['100'] }, 'Orange' => { 'UnitsAvailable' => ['200'] } } } ] };
Please help on this
Thanks
Rose
In reply to Foreach hash of array by rose
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |