XML::Quick 0.02 review

Download
by rbytes.net on

XML::Quick is a Perl module to generate XML from hashes (and other data). SYNOPSIS use XML::Quick; $xml = xml($data)

License: Perl Artistic License
File size: 5K
Developer: Robert Norris
0 stars award from rbytes.net

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