
FishMonger
Veteran
/ Moderator
Apr 25, 2014, 11:36 AM
Post #4 of 6
(13164 views)
|
Re: [aaronmj] Win32::API chokes on .NET dependency
[In reply to]
|
Can't Post
|
|
Environment settings in perl are stored in the %ENV hash. If you need to adjust the path environment, you would modify the value of $ENV{PATH}. Besides modifying existing environment settings, you can also add/delete environment items via the %ENV hash.
(This post was edited by FishMonger on Apr 25, 2014, 11:37 AM)
|