I always do a <meta HTTP-EQUIV="Refresh" content="240"> so I know not of this "Refresh:" http header...
Luckily Lincoln knows... =)
There is no support for the HTTP-EQUIV type of <META> tag.
This is because you can modify the HTTP header directly
with the header() method. For example, if you want to
send the Refresh: header, do it in the header() method:
print $q->header(-Refresh=>'10; URL=http://www.capricorn.com');
--
$you = new YOU;
honk() if $you->love(perl)
In reply to RE: Refreshing a Web page via Perl
by extremely
in thread Refreshing a Web page via Perl
by Ovid
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |