Help for this page
pid is 18693 No error
my $pid = eval { open3($WRITE, $READ, $ERROR, "$command") }; if (!$pid) { ... POSIX::_exit($!); } ...