Re: Embperl emergency...

2000-01-13 Thread Gerald Richter
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 HTML EOF } I've used

Embperl Emergency!!!

2000-01-12 Thread Chris
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 HTML 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

RE: Embperl Emergency!!!

2000-01-12 Thread Gerald Richter
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 HTML EOF From which version did you upgrade? This problem should also be there for all older versions I remember... etc.. That was probably

Embperl Emergency..

2000-01-12 Thread Chris
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 HTML EOF This is probably the wrong thing to do, but it used to work fine. Anyway, I've now tried

Embperl emergency

2000-01-12 Thread Chris
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 HTML EOF This used to work, but I guess it's wrong. I've tried $optRedirectStdout but it quotes everything... lt;HTMLgt; which is not what I want.

Re: Embperl emergency

2000-01-12 Thread Sean Chittenden
!! 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

Embperl emergency...

2000-01-12 Thread Chris Bitmead
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