in reply to Re^3: Effect of redirecting output to /dev/null on $? value
in thread Effect of redirecting output to /dev/null on $? value

open3 only uses system in Windows and OS/2; fork is used elsewhere.