- or download this
<?xml version="1.0"?>
<Config>
...
<Treasurer>1.5.200</Treasurer>
<ZIP_PATH>p:\</ZIP_PATH>
</Config>
- or download this
sub read_ini {
my $config_file = shift;
...
# $results is a hash reference
return $results;
}
- or download this
my $config = read_ini("AppDeployment.xml");
- or download this
my $apps = $config->{SYSTEMS};