From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: Render Log Paths
   Date: Mon, 19 Dec 2011 20:31:37 -0500
Msg# 2168
View Complete Thread (23 articles) | All Threads
Last Next
On 12/19/11 16:36, Mr. Daniel Browne wrote:
> Though I am a little puzzled why part 
> of the output appears at the top of the log file.

	Probably stdout buffering in perl.

	Try adding:

		$|=1;

	..at the top of your perl script to disable stdout buffering.
	This should help output be synchronized with stderr and system().

-- 
Greg Ercolano, erco@(email surpressed)
Seriss Corporation
Rush Render Queue, http://seriss.com/rush/
Tel: (Tel# suppressed)ext.23
Fax: (Tel# suppressed)
Cel: (Tel# suppressed)


Last Next