mental blank

Stephen McCullough swm at swmcc.com
Sun May 5 17:36:31 CDT 2002


On Sun, May 05, 2002 at 10:01:36PM +0100, Stray Toaster wrote:
> I am tired. That is my excuse. Before I start.
> 
> OK, here is a thing.
> 
> How do I make a web page refresh after a set period of time? Like I
> display an image, the after a bit of time display another one? But
> without the user clicking on refresh.
> 
> I feel stoopid. This must be easy.
> 
> Anyone?

use CGI;
my $q = CGI->new();
print $q->header(-refresh=>30);

Cheers,

-- 
Stephen McCullough                              http://www.swmcc.com 

Comic Book Guy: Worst. Episode. Ever.



More information about the Belfast-pm mailing list