![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Changing parent process environment variableby tcf22 (Priest) |
on Dec 20, 2007 at 20:59 UTC ( #658253=perlquestion: print w/replies, xml ) | Need Help?? |
tcf22 has asked for the wisdom of the Perl Monks concerning the following question:
I don't even know if this is possible, but hopefully it is. This script needs to run on Win32 and Win64.
I need to run a perl script from a shell and change the environment of the shell.
I tried but that has no effect on the parent as I would suspect. I have also tried using Win32::Process::Info to get the parent PID(hopefully there is an easier way). but I don't know what to do with the parent PID to chenge the environment. Thanks. - Tom
Back to
Seekers of Perl Wisdom
|
|