in reply to Handling STDERR and STDIN in Perl
my($wtr, $rdr, $err); $pid = open3($wtr, $rdr, $err, 'some cmd and args', 'optarg', ...); [download]