Hi all, I'm a beginner with Perl/MacPerl so this is probably a very primitive question: I've got a very simple script that executes $page = get ('http://www.bom.gov.au/cgi-bin/wrap_fwo.pl?IDA42N01.html'); every 12 hours and stores the contents of $page into a file. Now the document gets updated every 24 hours but my little script is still downloading the old version of it. Is this being buffered somewhere (on a proxy server?) and if so is there a way to force to request for the page from the "www.bom.gov.au". Thanks, Peter. Peter Lanc (peter.lanc@echidna.com.au) ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-webcgi-request@macperl.org