in reply to How do I set env. Variables from Perl with shell script
If you are running a Unix of a Windows flavour, you may have to result to trickery: for instance, by creating a wrapper (shell) program that sources your existing shell script, then executes your Perl program.
|
|---|