Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
preserver ENV variable in perl
Name: mehulnp Date: October 19, 2005 at 18:00:11 Pacific OS: sun CPU/Ram: 256
Comment:
Hello Gurus, I have a .sh file which sets all the ENV variable , I am running this .sh script from my perl programm but once the command returns all the ENV variables set by .sh gets lost , how can i capture this env variables any pointers
Summary: Hi, I have shell script test.sh which calls test.pl and i have test.sh running from crontab - now i am finding test.pl is loosing all the environment variable. I am trying to preserve environmen...
Summary: Hi all, Can anybody tell me about the use of ENV variable and how to test the ENV varible using exec. How it can be used in our profile file. waiting for reply. ...
Summary: Shell Scripting -- Variables In the main script i have exported the variable and accessing it in another file but when i echo the value the value of the exported variable is not viewable . below are ...