I have shell script which sets env variables.
I want to call this shell script from another perl script, and use those env variables in my perl script.
I am using "source" command for this. and calling with system function in perl as:
system("source env_set.sh");
And i am trying to access variable "svn" as $ENV{svn} in perl script. but $ENV{svn} returns blank. It is not set.
This is not working !!
Please help me.
Thanks in advance.
In reply to call env shell script from perl by bhagperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |