|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: Executing a program from within a Perl Module in a non-standard path ($PATH/%PATH%)by Anonymous Monk |
| on Mar 19, 2013 at 11:49 UTC ( #1024276=note: print w/ replies, xml ) | Need Help?? |
|
What would I do in this instance? do what every operating system does, create an environment variable, like $PATH, and have it be a "list" of directories to search for binary executables. Since one exists for this purpose already, you could use it, but you don't have to
See also Toolkit, String::ShellQuote/Win32::ShellQuote and/or IPC::System::Simple or IPC::Run/IPC::Run3 .. String::ShellQuote/Win32::ShellQuote and/or IPC::System::Simple or IPC::Run/IPC::Run3
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||