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).
Comment on
Re: path setting in captive environment
Download
Code
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
[reply]
In Section
Seekers of Perl Wisdom