Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Preserving env variable inside perl
Name: prekida Date: October 7, 2005 at 06:03:18 Pacific OS: Sun Solaris CPU/Ram: 8/16G
Comment:
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 environment variable on test.pl and i do have need to run test.sh from crontab which then invokes test.pl
Summary: 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 ...
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: MUST a variable in a script be exported for a function inside the script to see it? I am writing multiple scripts that use the same variable names, so I don't want them to be exported outside the sc...