http://www.perlmonks.org?node_id=590013

heeru has asked for the wisdom of the Perl Monks concerning the following question:

OS = Linux I was trying to set the env variable value for ORACLE_HOME in my program. I was able to do so and printed it succesfully from within the program. However, once i quit the program and return to the shell (csh) and then did an ECHO $ORACLE_HOME, it displays the previous value set from the shell and not the program. Can someone kindly tell me how I can achieve what I want. Thanks!