in reply to Re^2: system() not quite as described?
in thread system() not quite as described?

's Ok - I didn't even know about that construct up till now :-)

Replies are listed 'Best First'.
Re^4: system() not quite as described?
by ikegami (Patriarch) on Jun 22, 2006 at 18:16 UTC
    It's used by core module IPC::Open3 (and Open2) instead of fork+exec when used on Windows.