Re: Redirect STDOUT and SDTERR

2002-08-28 Thread david
D_ERR"); other than that. your code seems to be ok. david Nyimi Jose wrote: > I need to redirect STDOUT and SDTERR to a predefined logfile. > > I wrote this so far: > > $log_full_name and open (STDOUT,">$log_full_name") or warn "can not > redirect S

RE: Redirect STDOUT and SDTERR

2002-08-28 Thread Kipp, James
LOG); > -Original Message- > From: NYIMI Jose (BMB) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 28, 2002 3:33 AM > To: [EMAIL PROTECTED] > Subject: Redirect STDOUT and SDTERR > > > I need to redirect STDOUT and SDTERR to a predefined logfile. > &

Redirect STDOUT and SDTERR

2002-08-28 Thread NYIMI Jose (BMB)
I need to redirect STDOUT and SDTERR to a predefined logfile. I wrote this so far: $log_full_name and open (STDOUT,">$log_full_name") or warn "can not redirect STDOUT to $log_full_name : $!\n"); open (STDERR,">&STDOUT") or warn "can not redirect ST