From: Alexandru Popescu Date: 2006-10-27T08:29:41+09:00 Subject: Re: backtick commands and stderr On 10/27/06, Gavin Kistner wrote: > From: Alexandru Popescu [mailto:the.mindstorm.mailinglist@gmail.com] > > When executing a system op using the backtick method, the standard > > output is caught and returned in the assigned variable: > > > > output= `ls -Al` > > > > I am wondering what happens with the standard error output? > > I believe you want to look at open3 or open4 > Can you please add some more details? ./alex -- .w( the_mindstorm )p. > >