![]() |
|
No such thing as a small change | |
PerlMonks |
Re^2: Problem with 'system' function in Windows Vistaby ikegami (Patriarch) |
on Mar 20, 2007 at 17:48 UTC ( #605721=note: print w/replies, xml ) | Need Help?? |
system(1, ...) is a Windows extention to create a process that runs asynchronously. It's an alternative to fork+exec. Unlike fork, system(1, ...) is natively supported, so it's much more resilient.
In Section
Seekers of Perl Wisdom
|
|