Re: Standard O/I problems

2001-07-31 Thread John Fox
Rommel, Please wrap your lines at 75 or 80 columns; it makes things much more readable! You wrote: > I had problems with O/I in Perl way of programming. When I used > shell scripts it was very easy I put only in this form "./build_aux > $1 > $file 2>&1&" and I got a file with standard error as w

Standard O/I problems

2001-07-31 Thread NarvĂ ez Rommel
Dear Sirs, I had problems with O/I in Perl way of programming. When I used shell scripts it was very easy I put only in this form "./build_aux $1 > $file 2>&1&" and I got a file with standard error as well. In perl I had running a shell script inside a variable this shell scripts is generating