XML::Conf 0.04 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 6K
Developer: Jonas B. Nielsen
0 stars award from rbytes.net

XML::Conf is a simple configuration module based on XML.

SYNOPSIS

Here follows some examples as the tests are done.

use XML::Conf;
my $c = XML::Conf->new($filename);
$w = $c->FIRSTKEY();
$v = $c->NEXTKEY();
$c->EXISTS($v);
$c->DELETE($v);
$c->CLEAR();

This is the description of the class, currently it only containg only the descriptions of the private and public methods and attributes.

Requirements:
Perl

XML::Conf 0.04 search tags