But back to the Win32::Process, does anyone think this would be better to use then using the system command
The bottom line is that all of them -- including system which ends up calling win32_spawnvp() in Win32.c -- use the OS call CreateProcess().
What distinguishes them, is the preprocessing of the arguments and command strings, prior to calling CreateProcess(), and in that respect, system does it better than all of the others.
In reply to Re^6: Using Proc::Background and Win32
by BrowserUk
in thread Using Proc::Background and Win32
by mmartin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |