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 :-)
"What should it profit a man, if he should win a flame war, yet lose his cool?"
Comment on
Re^3: system() not quite as described?
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.
[reply]
[d/l]
[select]
In Section
Seekers of Perl Wisdom