mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
8 lines
320 B
Plaintext
8 lines
320 B
Plaintext
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.
|