in reply to Re: Re: Application Deployment With Perl
in thread Application Deployment With Perl
And then:$VAR1 = { 'ZIP_PATH' => 'p:\\', 'LOCAL_PATH' => 'd:\\pb8\\', 'SYSTEMS' => { 'Treasurer' => '1.5.200', 'Assessor' => '1.5.499' } };
-- vek --my $config = read_ini("AppDeployment.xml"); my $assessor_version = $config->{SYSTEMS}->{Assessor};
|
|---|