Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
#Environment Variable Change Script use Win32::AdminMisc; $ESYCFG="C:\\ESY\\esy.cfg"; Win32::AdminMisc::SetEnvVar("ESY_CONFIG", "$ESYCFG", ENV_USER, 10);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl Win32::AdminMisc::SetEnvVar Problem
by ambrus (Abbot) on Mar 11, 2004 at 20:24 UTC | |
|
Re: Perl Win32::AdminMisc::SetEnvVar Problem (alternatives)
by tye (Sage) on Mar 12, 2004 at 03:11 UTC |