in reply to Calling Perl from Perl

Sorry all. Forget it. I forgot that when printing from a program called using backtick that it does not send to the stdout of the master program. Once I printed the return value from the backtick I found that environment variables do indeed get propogated to the environment of the called program. Thanks for the lightning quick responses!!!