http://www.perlmonks.org?node_id=946542


in reply to XML tag closing

Don't write XML using string concatenation - you'll always make mistakes. Build a DOM using something like XML::LibXML, then serialize it.