in reply to Parsing XML::Simple
for my $entry ( @{ $data->{termEntry} } ) { for (@{ $entry->{langSet} }) { printf "term: %s\n", $_->{termGrp}{term}; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Parsing XML::Simple
by Anonymous Monk on May 01, 2017 at 21:13 UTC |