Please note that NetWallah suggested
foreach my $vals (values %{ $xml }) {
and not what you wrote:
foreach my $vals (%{$xml}) {
The two are distinctly different.
In reply to Re^5: Parsing hash from XML::Simple
by Corion
in thread Parsing hash from XML::Simple
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |