>
> 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; -]
You need to set to to zero!
> [- foo->bar() -]
>
> And inside foo.pm
>
> bar() {
> print <
> EOF
> }
>
> I've
The escmode thing is working for me now. Not sure what I was doing
wrong. Thanks for the help all.
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.c
N LAKE in upstate New
York!!
On Thu, 13 Jan 2000, Chris wrote:
> Date: Thu, 13 Jan 2000 07:55:36 +1100
> From: Chris <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
> [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: Embperl emergency
>
Hi,
I've just upgraded to Embperl 1.2.1 and I've stuffed my webserver. It
appears the problem is that I've been writing code like this..
print <
EOF
This used to work, but I guess it's wrong. I've tried $optRedirectStdout
but it quotes everything...
which is not what I want.
I've tried $
Hi,
I have just upgraded to Embperl 1.2.1 and I seem to have stuffed my web
server.
The problem seems to be that I have some perl subroutines that write
directly to STDOUT...
print <
EOF
This is probably the wrong thing to do, but it used to work fine.
Anyway, I've now tried $optRedirectStdout
Hi,
>
> I just upgraded to Embperl 1.2.1 and I've broken my internet server!$%
>
> It appears the problem is I have some perl routines that go
> print <
> EOF
>
>From which version did you upgrade? This problem should also be there for
all older versions I remember...
> etc.. That was probably
Hi,
I just upgraded to Embperl 1.2.1 and I've broken my internet server!$%
It appears the problem is I have some perl routines that go
print <
EOF
etc.. That was probably the wrong thing to do. I think the HTML is
coming out before the http headers. Well I've tried the
$optRedirectStdout feat