Help for this page
# no XML declaration, in example provided # so no auto detect fancyness, force xml mode: ... for my $e ( $dom->find('ENVDETAILS')->each ){ say $e->{id}; }