XML::Conf

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

XML::Conf Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jonas B. Nielsen
  • Publisher web site:
  • http://search.cpan.org/~jonasbn/

XML::Conf Tags


XML::Conf Description

XML::Conf is a simple configuration module based on XML. XML::Conf is a simple configuration module based on XML.SYNOPSISHere 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 Related Software