Mailing List Archive

Mason displays fine in IE but not in Netscape
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