http://www.perlmonks.org?node_id=382234


in reply to Re: cgi write then rewrite
in thread cgi write then rewrite

Why do you need javascript, or CGI for that matter? The following HTML in the <HEAD> element should cause the page to refresh itself every 5 seconds (assuming the page is located at /my.htm).

<META HTTP-EQUIV="REFRESH" CONTENT="5; URL=/my.htm">
--
edan