in reply to
How do you modify the Win32 PATH statement in a Perl script?
Have you tried to append the directories to
$ENV{PATH}
?
See also
%ENV
.
Comment on
Re: How do you modify the Win32 PATH statement in a Perl script?
Download
Code
In Section
Seekers of Perl Wisdom