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 $xmlfilename = $ENV{HOME}."/.myApplication.xml"; my $cfg = new("myApplication",$xmlfilename); my $login = $cfg->find('./auth/login/@value'); my $passwd = $cfg->find('./auth/password/@value');
project/xml/application/config.1422530321.txt.gz · Last modified: 2015/01/29 12:18 by 109.192.164.44