>       
> Hi All,
> 
> I need to output both STDOUT and STDERR to the same log file, what is
> the best way to achieve this, I'm currently using;
> 
> open STDOUT, "> $logfile" or die "message";
> open STDERR, ">> $logfile" or die "message;
> 
> Which I'm sure is not right, but sort of works.
> 
> Thanks,
> 
> Brian 
> 
> 
> 


BBCi at http://www.bbc.co.uk/

This e-mail (and any attachments) is confidential and may contain 
personal views which are not the views of the BBC unless specifically 
stated.
If you have received it in error, please delete it from your system, do 
not use, copy or disclose the information in any way nor act in 
reliance on it and notify the sender immediately. Please note that the 
BBC monitors e-mails sent or received. Further communication will 
signify your consent to this.

Reply via email to