Hello,
There is a unix environment variable called ARCH which i want to remove by a perl script (like using unsetenv commnad in unix).
I was tring using: system("unsetenv ARCH") but the variable wasn't remove.
I would like the variable to be removed from the shell which the script is loaded from.
Thanks,
Sagi