in reply to path setting in captive environment

%ENV does not necessarily reflect the 'real' process environment block. You might need Env::C (see the module documentation).

Replies are listed 'Best First'.
Re^2: path setting in captive environment
by Anonymous Monk on Jan 07, 2011 at 11:47 UTC
    %ENV does not necessarily reflect the 'real' process environment block. You might need Env::C (see the module documentation).

    Actually it does, and no you won't need Env::C