Mark Schouten wrote at Fri, 27 Sep 2002 14:44:38 +0200:

> I'm writing some code to autmatically retrieve a file if the local file
> is older than a day.
> 
> I would like to output some data to the browser while this script is
> running instead of waiting untill the script is done.
> 
> Here's the code:
> ================
> if (-M $file => 1) {
> ...
> }
> 
> ================
> 
> Anyone knows how to do it?
 
$| = 1;


Greetings,
Janek


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to