At Fri, 05 Jul 2002 19:30:56 +0800,
Stas Bekman wrote:
 
> Yes, but there is an easier and *much* more effective way.
> 
> Your handler is really FilterRequestHandler (which is the default 
> attribute) so you have the request object already.
> 
> sub handler : FilterRequestHandler {
>      my $filter = shift;
>      ...
>      $filter->r->content_type("text/html; charset=$charset");

neat, thanks ;)

but is that already documented somewhere, other than XS glue code?


-- 
Tatsuhiko Miyagawa <[EMAIL PROTECTED]>

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

Reply via email to