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 > } > > I've

Re: Embperl emergency

2000-01-12 Thread Sean Chittenden
print qq(Using qq() works remarkably well and preserves newlines, tabs, etc. Here docs are... legacy, in my mind and are less friendly to editors (such as emacs). See if moving to qq() solves your problems, if not, then ... I dunno.); This is more along the lines of a PS than an

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