Sorry if you got my previous mail a few times. I successfully subscribed
to modperl (including auth) and then... nothing. Not sure what's
happening there, but I'm subscribed now under a different email. Should
be ok now. (cross fingers).

The $escmode thing doesn't seem to work for me. In my srm.conf I have
optRedirectStdout set. My embperl code looks a bit like this...

[- use foo; -]
[- $escmode = 1; -]
[- foo->bar() -]

And inside foo.pm....

bar() {
print <<EOF
<HTML>
EOF
}

I've used $escmode before inside regular embperl successfully, but it
doesn't seem to be doing for me in this case. I also tried the full name
of escmode (HTML::escmode or whatever it is Gerald suggested. Don't have
it in front of me now).

I was using 1.2.0b5 I believe, and it all seemed to work. Now the html
comes out before the http headers unless I set optRedirectStdout.

Reply via email to