opensourcer has asked for the wisdom of the Perl Monks concerning the following question:
and I want to use MCONF hash keys NAME and JOB in another script or module as $ENV{NAME}. Thanks.MYConfig.pm ------- %MCONF = ( NAME => 'SOURCER', JOB => 'BATCH', );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: manipulating environment variables
by almut (Canon) on Apr 22, 2010 at 11:28 UTC | |
|
Re: manipulating environment variables
by zwon (Abbot) on Apr 22, 2010 at 11:35 UTC |