in reply to Re: Cannot download and print html
in thread Cannot download and print html

Refresh can be passed as an HTTP header. META HTTP-EQUIV is a way to set HTTP header equivalents in the HTML code. With CGI, the Refresh HTTP header can be set directly.
print $cgi->header(-refresh => '5; http://url/file.xls');