project:xml:application:config
This is an old revision of the document!
XML::Application::Config
XML::Application::Config is a perl module for handling XML based
configuration files.
Examples:
use strict;
use XML::Application::Config;
my $cfg = new("myApplication","~/.myApplication/cfg.xml");
my $login = $cfg->find('/auth/login/@value');
my $passwd = $cfg->find('/auth/password/@value');
project/xml/application/config.1422529979.txt.gz · Last modified: 2015/01/29 12:13 (external edit)