in reply to XML::Simple / XMLout Question

I am trying to build an XML using XMLout option

That's the first error. While XML::Simple is rather awful for reading XML, it's hopeless for generating XML.

Alternatives: XML::Writer, XML::LibXML.