in reply to ENV PATH didn't take effect
I am afraid I am not qualified for the windows support, but my best guess is, the system variables do not get propagated to all users as you suspect.
I think, that should be the normal behavior.
You can modify your own PATH variable in Perl through the %ENV hash.
$ENV{PATH} contains the PATH, and you can modify it.
Subsequent shells or cmd prompts invoked by your Perl script use that information.
Cheers, Sören
edit: strikethrough - wrong thought
(hooked on the Perl Programming language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: ENV PATH didn't take effect
by anaconda_wly (Scribe) on Jun 07, 2013 at 06:32 UTC | |
by Happy-the-monk (Canon) on Jun 07, 2013 at 06:39 UTC |