in reply to Recover a path from a config file
Personally, I would make $folder part of the config structure:
my $folder = 'some/where/else'; { my $folder = 'E:\FOLDER\Test\WEB'; { source_folder => $folder, license => 'kit-licence.zip', programs => [ #template society =>\%program_work 'VIKTOR DESCRIPTION PRODUCT' => { name => 'VIKTOR ', parameters => [ Count_id => '06 ( +Viktor)', Birth_date => '1995-04-3 +0', Marriage_date => '2014-05-26', Divorce_date => '2015-03-30', Activities_folder => $folder. +'\VIKTOR\independent worker', Activities_format => 'Enterpr +ise Format (V35)', Description_File_from => $folder.'\VI +KTOR\FILE\description.xlm', ] }, ] }; };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Recover a path from a config file
by Chaoui05 (Scribe) on Jun 06, 2016 at 11:50 UTC | |
by haukex (Archbishop) on Jun 06, 2016 at 12:14 UTC | |
by Chaoui05 (Scribe) on Jun 06, 2016 at 13:12 UTC | |
by haukex (Archbishop) on Jun 06, 2016 at 13:39 UTC | |
by Chaoui05 (Scribe) on Jun 06, 2016 at 15:22 UTC | |
by GotToBTru (Prior) on Jun 06, 2016 at 12:26 UTC | |
by Chaoui05 (Scribe) on Jun 06, 2016 at 13:31 UTC | |
by GotToBTru (Prior) on Jun 06, 2016 at 18:46 UTC | |
by Chaoui05 (Scribe) on Jun 07, 2016 at 08:45 UTC |