Help for this page

Select Code to Download


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