in reply to Re^3: Parsing hash from XML::Simple
in thread Parsing hash from XML::Simple
When you say "does not make sense" do you mean it will also not run?/code foreach my $vals (%{$xml}) { print $vals-foreach my $vals (%{$xml}) { print $vals->{city}{name}, "\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Parsing hash from XML::Simple
by Corion (Patriarch) on May 16, 2016 at 19:47 UTC | |
|
Re^5: Parsing hash from XML::Simple
by Laurent_R (Canon) on May 16, 2016 at 20:43 UTC |