- or download this
print header({-pragma=>'no-cache'});
print $query->start_html(-title=>'My Florb'',
...
'robots'=> 'index,follow'},
);
- or download this
use CGI qw/:standard/;
...
start_html('Header Test'),
pre("\nModtime: $modtime\nExptime: $exptime\n"),
end_html;
- or download this
200 OK
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
Expires: Fri Jun 7 13:23:22 2002 GMT
Last-Modified: Fri Jun 7 05:23:22 2002 GMT