I have been all over here and 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 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.
I am running Strawberry Perl 5.10.0 for Win32.