in reply to Re^3: Parsing hash from XML::Simple
in thread Parsing hash from XML::Simple
Use of uninitialized value in print at...
Thanks for trying to help!... foreach my $vals (values %{ $xml }) { print Dumper $vals->{city}{name}, "\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Parsing hash from XML::Simple
by Corion (Patriarch) on May 17, 2016 at 13:18 UTC | |
|
Re^5: Parsing hash from XML::Simple
by NetWallah (Canon) on May 17, 2016 at 14:06 UTC |