If you have need to refresh a cgi script, but don't want to lose any of the params the user's posted, try adding these two lines after the start_html()
There's a few amusing tricks that can be performed by appending information to $das_url, too.
my $das_url =&self_url(); print "<META HTTP-EQUIV='Refresh' CONTENT='600;URL=$das_url'>";