![]() |
|
We don't bite newbies here... much | |
PerlMonks |
%ENV vs C's setenvby Corrahn (Novice) |
on Oct 29, 2009 at 22:19 UTC ( #804064=perlquestion: print w/replies, xml ) | Need Help?? |
Corrahn has asked for the wisdom of the Perl Monks concerning the following question:
Hey guys,
I have a perl module that accesses a SWIG-generated wrapper around C++ code I wrote. I am seeing consistency issues between what %ENV reports to the perl side and what setenv/getenv reports to the C++ side. In particular, setenvs during the C++ module's bootstrap are not showing up in %ENV. Child processes are fine, of course. Any ideas about a cause or a fix? Thanks!!
Back to
Seekers of Perl Wisdom
|
|