Hi, I'm wondering if it's possible to retrieve some kind of FH from the Request-object, because i want to pass the output-filehandle to HTML::Template, so it can write while it parses a template.
STDOUT doesn't work (would be too easy ;)) I thought about creating my own FH, tied to a simple class, that just outputs everything, but first i wanted to ask, if there is something i can use directly. (I'm using mod_perl 1.26) ciao Nico