- or download this
foreach $key (keys %hash) {
$ENV{$key} = $hash{$key};
}
- or download this
#!/usr/bin/perl
...
}
setEnvVars(%engEnvVars);
- or download this
./testScript.pl -engEnvVar APP_DIR=/usr/vendor/app/version/ -engEnvVar
+ TMP_DIR=/usr/tmp/
- or download this
use strict;
%ENV = ( foo => 'bar ');
system ( 'printenv' );