my $xml = XML::LibXML->new->parse_string( $string); my @nodeset = $xml->find('//entry'); print Dumper @nodeset;