XML::Quick 0.02 review
DownloadXML::Quick is a Perl module to generate XML from hashes (and other data). SYNOPSIS use XML::Quick; $xml = xml($data)
|
|
XML::Quick is a Perl module to generate XML from hashes (and other data).
SYNOPSIS
use XML::Quick;
$xml = xml($data);
$xml = xml($data, { ... });
This module generates XML from Perl data (typically a hash). It tries hard to produce something sane no matter what you pass it. It probably fails.
When you use this module, it will export the xml function into your namespace. This function does everything.
Requirements:
Perl
XML::Quick 0.02 keywords