Win32::Env
module is used for environment variable set for temporary basis.
I need to set permanently, please help
Please help me to set as permanent . Because i want it use in another exe.
use Win32::Env;
SetEnv(ENV_USER, 'AUTO_EXCEL_EXPORT', 'TRUE');
By this code, i can set environment variable in windows only as temporary. when i check with echo command of that variable it is not showing. because it is set as semi permanent value.