Re: Flushing HTML output to web browser BEFORE end of script
Posted By:
AlessandroA_Garbagnati
Posted On:
Wednesday, April 18, 2001 05:41 PM
Hi,
Well, this is supposed to be a "java" area... hehehehe
Anyway, you probably need to set the autoflush on on your perl program:
$|=1;