Greetings, Embperl hackers!
here's a recipe for setting the "Last-Modified" response header and
handling conditional requests with the "If-Modified-Since" request header
under mod_perl.
The idea is to return a "304 not modified" status code and omit the body
in the reply if the page hasn't been m
>
> In case it's helpful, I find this file gives me errors:
>
> --cut--
> [$ var $foo $]
>
> [-
> $req_rec;
> -]
> --cut--
>
> and I I don't think it should.
>
If have finaly found the time to take a look at this issue. A fixed version
is in the CVS (see perldoc CVS how to get it)
Gerald