foreach my $authors ($doc->findnodes('/result/hits/hit/info')) { my @array = map{$_->textContent} $authors->findnodes('./authors/author'); print $_->textContent, "\n" for $authors->findnodes('./authors/author'); }