in reply to Sourcing shell scripts
Unless I am misunderstanding what you are doing,
should give you everything you need. On Windows, I can set environment variables from inside perl via $Env{var}=<value>, and these environment variables will be visible to subsequent `backtick` calls.use Env;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sourcing shell scripts
by tuxz0r (Pilgrim) on Oct 20, 2007 at 05:55 UTC |