in reply to IPC::Open3 misbehaving when STDOUT is not FD #1
Update: While the answer is true, "true" here means "error". Bash is running printf, not perl, so Bash is running into or and die and returning or: command not found and die: command not found; hence, eveything goes to stderr.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: IPC::Open3 misbehaving when STDOUT is not FD #1
by sgifford (Prior) on Jun 05, 2009 at 22:11 UTC | |
Re^2: IPC::Open3 misbehaving when STDOUT is not FD #1
by ikegami (Patriarch) on Jun 05, 2009 at 20:46 UTC |