1XML::Dumper dumps Perl data to a structured XML format. XML::Dumper can 2also read XML data that was previously dumped by the module and convert 3it back to Perl. 4 5This might be useful for dumping Perl objects to files using an XML 6format that can be reloaded or accessed by other programs. Maybe even 7other languages. 8 9-Anton 10<tobez@FreeBSD.org> 11