At 23:20 -0500 2002.11.16, Michael G Schwern wrote: >On Sat, Nov 16, 2002 at 10:48:12PM -0500, Chris Nandor wrote: >> Yeah, it is also noted in test.pl:runperl(): >> >> $runperl .= " \xB3 Dev:Null" if !$args{stderr} && $is_macos; >> >> By default, stderr and stdout are both returned together. \xB3 ("?") will >> redirect STDERR. Dev:Null is the null device. > >Is there a way to redirect both STDERR and STDOUT?
Oh right, you want both. That's what I get for answering late at night. "\xB7 Dev:Null" \xB7 (capital sigma, "…") specifies both "output" and "diagnostic" (STDOUT/STDERR) at the same time. -- Chris Nandor [EMAIL PROTECTED] http://pudge.net/ Open Source Development Network [EMAIL PROTECTED] http://osdn.com/