Help for this page
use strict; use warnings; ... use Data::Dump; dd($data); print(XMLout($data, @opts));
{ foo => [{ bar => ["blah&blah"] }] } <foo> <bar>blah&blah</bar> </foo>