summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Dumper/DESCR
blob: 617f48f6bb400665dce38bad1a8d1f537e2e0efe (plain)
1
2
3
4
5
6
7
XML::Dumper dumps Perl data to a structured XML format.
XML::Dumper can also read XML data that was previously dumped
by the module and convert it back to Perl.

This might be useful for dumping Perl objects to files
using an XML format that can be reloaded or accessed by
other programs. Maybe even by other languages.