Is it okay if we keep this conversation on the list?

On Thu, 11 Nov 2004, Mark S Lowe wrote:

> Ha! Well, I found that solution suggested on a site a couple weeks 
> ago, and added it to my mod_perl httpd.conf. Still, the good old 
> fashion
> 
> Print ³content-type: text/html\n\n²;
> Print ³hello world\n²;
> 
> Wouldn¹t work. So I have to use the CGI method of
> 
> Header(³text/html²);
> $r->print(³hello world²);
> 
> Having read a ton more about mod_perl, they suggest I use the latter 
> to gain the best performance boost. I¹m guessing I can remove this TIE 
> code and just follow the rules better.
> 
> =)

Ahh, I see. Weird, but if it works...

 

-- 
Chris Devers

Reply via email to