Question
-
Topic
-
How do you modify the Win32 PATH statement in a Perl script?
LockedI 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.
All Answers
Viewing 1 reply thread