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
