in reply to Re^3: Win32 Perl fail to see the set ENV in loaded module
in thread Win32 Perl fail to see the set ENV in loaded module

Hi, I wrote a c program which load the dynamic library using LoadLibrary(..) call. And before doing that, I try to set the environment variable in the program using putenv(..). The dll very well can see the environment variable. I see this is an issue with perl loading the library and the environment it can use. It would be good if someone can confirm so I can file a bug. -Karthik
  • Comment on Re^4: Win32 Perl fail to see the set ENV in loaded module

Replies are listed 'Best First'.
Re^5: Win32 Perl fail to see the set ENV in loaded module
by bulk88 (Priest) on Apr 28, 2014 at 03:07 UTC