in reply to Perl & Simple::XML
The output from that call would show you that you reach Author entries like this:print Dumper( $data );
(Updated -- ( -> { -- as per AM's replies. Sorry about that!)my @authors = @{$data->{Article}{AuthorList}{Author}}; print Dumper( \@authors );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl & Simple::XML
by karavay (Beadle) on Oct 06, 2007 at 03:29 UTC | |
|
Re^2: Perl & Simple::XML
by Anonymous Monk on Oct 06, 2007 at 07:25 UTC | |
by Anonymous Monk on Oct 06, 2007 at 08:22 UTC |