You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Jonathan Swartz <sw...@transbay.net> on 2000/02/17 00:59:47 UTC

Re: [Mason] Mason displays fine in IE but not in Netscape

Somehow you are printing out the ApacheHandler object. Could you post
the contents of handler.pl and your page?

At 03:55 PM 2/16/00 -0500, Timothy K Lu wrote:
>Hello,
>
>I am just beginning to test out Mason.  
>I have written a short HTML file with embedded perl in it but when I load
up the page in Netscape, I get this splashed to the screen:
>
>HTML::Mason::Request::ApacheHandler=HASH(0x860d368)HTTP/1.1 200 OK Date:
Tue, 15 Feb 2000 20:23:28 GMT Server: Apache/1.3.11 (Unix) mod_perl/1.21
mod_ssl/2.5.0
>OpenSSL/0.9.4 Connection: close Content-Type: text/html
>
>Therefore, I did 
>
>my $ah = new HTML::Mason::ApacheHandler
(interp=>$interp,auto_send_headers=>undef);
>
>in eg/session_handler.pl and the only thing I had printed out was then:
>
>HTML::Mason::Request::ApacheHandler=HASH(0x86a58c0)
>
>How do I get rid of that?
>
>This does not seem to happen in IE.  I didn't even need to assign
auto_send_headers to undef for this to work in IE.
>
>Can anyone help me out?
>
>Thanks.
>
>Tim
>
>_______________________________________________
>Mason maillist  -  Mason@netizen.com.au
>http://netizen.com.au/mailman/listinfo/mason
>