Realtime output to the browser

2002-09-27 Thread Mark Schouten
Hi, 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) { print

Hi

2002-09-26 Thread Mark Schouten
Hi, I'm a complete newbie, so have some patience. :) Im walking through the book 'Learning Perl' by O'Reilly and I'm allready in a small problem. I'm trying to compile the following: #!/usr/bin/perl -w ## cgi-bin/ice_cream: program to answer and generate ice cream ##

Re: Hi

2002-09-26 Thread Mark Schouten
On Thu, Sep 26, 2002 at 12:11:26PM -0400, Kipp, James wrote: declare %flavors, ie my %flavors. this is what use strict is for. read up on scoping That's it indeed. Thanks! Mark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]