in reply to windows environment variable regression
This is a total shot in the dark, with no real basis besides intuition and alacrity. Try this instead:
$path = "$path;\%\%PERL_PATHS\%\%";
(Untested.)
Nah, that won't work. Try this instead:
$env->SetValue('PERL_PATHS', $new_dirs) $path = "$path;$new_dirs; $env->SetValue('Path', $path);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: windows environment variable regression
by Anonymous Monk on Aug 12, 2013 at 23:52 UTC | |
by mpersico (Monk) on Sep 23, 2013 at 00:49 UTC | |
|
Re^2: windows environment variable regression
by mpersico (Monk) on Sep 23, 2013 at 00:49 UTC |