xml-simple: xml-simple - Easy API to maintain XML (esp config files) xml-simple: xml-simple: The XML::Simple module provides a simple API layer on top of an xml-simple: underlying XML parsing module (either XML::Parser or one of the SAX2 xml-simple: parser modules). Two functions are exported: XMLin() and XMLout(). xml-simple: Note: you can explicity request the lower case versions of the xml-simple: function names: xml_in() and xml_out(). xml-simple: xml-simple: xml-simple: xml-simple: