http://www.perlmonks.org?node_id=173924


in reply to Re: Re: .bat and perl mystery
in thread .bat and perl mystery

execution path:

run perl script -> start new environment space and run batch file -> return to old environment space inside perl script (no changes made to environment)

check out tye's SetEnviron.bat for more info on your real problem.

~Particle *accelerates*