> -----Original Message-----
> From: Brian Wheeler [mailto:[EMAIL PROTECTED]]
> 
> $r->header_out("Last-Modified"=>'');
> and
> $r->header_out("Last-Modified"=>undef);
> 
> but the header still comes out.
> 
> Thoughts?  Am I on the right track?

Maybe:

  $r->headers_out->unset('Last-Modified');

Matt.

________________________________________________________________________
This email has been scanned for all viruses by the Star Internet Virus Screen.
The service is provided in partnership with MessageLabs, the email security company.
For more information on a higher level of virus protection visit www.star.net.uk
________________________________________________________________________

Reply via email to