in reply to How do I set env. Variables from Perl with shell script

You can't, without doing strange things like the answers below. The basic problem is that when you fork a shell and create variables, there isn't an interface to propagate them back upwards.

-Paul

  • Comment on Re: How do I set env. Variables from Perl with shell script