- or download this
sub getenv
{
...
$ENV{$var} = $value;
}
} # END - getenv
- or download this
#!/bin/ksh
export ORACLE_SID=testp
export NLS_LANG=American_America.WE8ISO8859P1
export ORACLE=/opt/oracle
- or download this
getenv ('my_env');
- or download this
ORACLE_SID=testp
NLS_LANG=American_America.WE8ISO8859P1
ORACLE=/opt/oracle