Just wanted to add that system is basically fork + exec (in child) + waitpid (in parent) in unix systems.
In Windows, system corresponds to CreateProcess + a wait function (such as WaitForSingleObject), while exec and fork are emulated by Perl since they're not supported by the OS.
Update: Fixed error in Windows side.
In reply to Re^2: efficient function
by ikegami
in thread efficient function
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |