![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: how to execute 'tmboot -y'by Mr. Muskrat (Canon) |
on Jul 25, 2017 at 18:31 UTC ( #1196034=note: print w/replies, xml ) | Need Help?? |
Perl is not the same as a shell script. Sure, you can do the same sort of tasks but you have to perform them slightly differently. A system call creates a sub-process that inherits its environment from its parent but it cannot affect its parent's environment. Try executing both 'setenv.cmd' and 'tmboot -y' within the same system call.
In Section
Seekers of Perl Wisdom
|
|