How do you modify the Win32 PATH statement in a Perl script? - TechRepublic
Question
January 12, 2009 at 03:08 PM
miyamoto musashi

How do you modify the Win32 PATH statement in a Perl script?

by miyamoto musashi . Updated 17 years, 4 months ago

I have been all over Google searching for this answer and I have yet to come across something substantial that addresses this piece.

What I need to do is have my perl script add/modify the windows path statement to include a few directories that are required to run programs ONLY during the execution of the perl script.

I.E.: Program 123.exe is located in C:\123\ and program 456.exe is located in C:\Program Files\456\. I do not want the path for either 123.exe and 456.exe to be globally available.

Thanks in advance.

This discussion is locked

All Comments