RE: [htmltmpl] mod_perl and print_to

2002-12-06 Thread Narins, Josh
I _think_ you can tie *YOURGLOB, 'Apache' $self->output(print_to => *YOURGLOB); #maybe print_to => \*YOURGLOB ??? Let me know if that works, Thx, -Josh -Original Message- From: Smylers [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 11:39 AM To: HTML::Template users Subject:

[htmltmpl] mod_perl and print_to

2002-12-06 Thread Smylers
I have some HTML::Template-using code which runs happily enough in CGI::Scripts to generate webpages. Following the suggestion in the docs for speed and efficiency, pages are emitted using print_to, like so: $self->output(print_to => *STDOUT); Today I'm trying to get the site running under mod