in reply to Re^2: Win32 Perl fail to see the set ENV in loaded module
in thread Win32 Perl fail to see the set ENV in loaded module
I don't have Windows handy to test at the moment. It is my suspicion that the DLL is grabbing the environment from somewhere other than the current process. The module itself should be reflecting the current process's environment since it is part of the current process.The BEGIN block shouldn't even be necessary.
Since you're working with a specific DLL, you may want to check the programmer's documentation for that DLL.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Win32 Perl fail to see the set ENV in loaded module
by kartlee05 (Novice) on Apr 27, 2014 at 23:08 UTC | |
by bulk88 (Priest) on Apr 28, 2014 at 03:07 UTC |