http://qs321.pair.com?node_id=646136


in reply to Sourcing shell scripts

Unless I am misunderstanding what you are doing,

use Env;
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.