--- Steve Main <[EMAIL PROTECTED]> wrote: > I have an Oracle "framework" that I am rewriting in Perl so it will > be more portable. I am pretty new to Perl (couple of months) and > I didn't realize that I couldn't "source" a Perl script like > I can with the Korn shell scripts.
Are you running the ksh with a dot or something, like . script if so, it's being run in the parent environ, not as a process of it's own. That is a shell functionality that you can't use with other languages (not a Perl problem). __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]