Help for this page
use XML::Simple; my $xs = XML::Simple->new( ForceArray => 1, KeepRoot => 1, NoAttr => 1 + ); ... my $xml = $xs->XMLout($data); print $xml;
<Things> <Thing> ... </Details> </Thing> </Things>