Hello list, I have an Oracle framework written in Korn shell scripts that I am attempting to re-write in Perl. I am having trouble figuring out how to "source" in environment variables. For the shell scripts, I have a script that sets all of the global variables and then each script in the framework "sources" that script so that all the scripts start with the same environment. The gist of what I need is to keep the global variables (like the log directory) in one place and not in each script. Can anyone tell me how this can be accomplished in Perl?
thanks for you time Steve