On Tue, Jan 14, 2003 at 09:05:42PM +0000, Philip Pawley wrote:
> Can I add an HTTP header to my web-site's server's response with perl?
> (It isn't my server). The server is running perl 5.6.1. If I can get
> it to work, I want to start using "Expires:" headers.

Try using CGI.pm to alter the headers 
<http://search.cpan.org/author/LDS/CGI.pm-2.89/CGI.pm#CREATING_A_STANDARD_HTTP_HEADER_>

You can also insert a meta tag into the document which most web browsers
will honor:

<META name="Expires" content="Tue, 01 Jun 1999 19:58:02 GMT">

See <http://www.submitcorner.com/Guide/Meta/expires.shtml> for more info.

Good luck,
William

-- 
Knowmad Services Inc.
http://www.knowmad.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to