On Fri, Feb 16, 2001 at 08:21:34PM +0100, Gerald Richter wrote:
>
> You should set either $optRawInput = 1 or use the backslash before the .
> The error message looks like, you have used both. This will not work.
>
> BTW you could set EMBPERL_OPTIONS to 1 in your httpd.conf, if you write all
> y
> On Fri, Feb 16, 2001 at 10:05:22AM -0800, Wim Kerkhoff wrote:
> > I forgot about the optRawInput trick. I added
> >
> > [- $escmode=0; $optRawInput = 1 -]
> >
[- $optRawInput = 1 -]
Should work, setting $escmode to zero doesn't seems to be a good idea,
because it may cause problem if the conte
On Fri, Feb 16, 2001 at 10:05:22AM -0800, Wim Kerkhoff wrote:
> I forgot about the optRawInput trick. I added
>
> [- $escmode=0; $optRawInput = 1 -]
>
> to uptime.html and base.html with no luck. Back ticking the < only give
> me a "[19646]ERR: 24: Line 7: Error in Perl code: (in cleanup)
> Unt
I forgot about the optRawInput trick. I added
[- $escmode=0; $optRawInput = 1 -]
to uptime.html and base.html with no luck. Back ticking the < only give
me a "[19646]ERR: 24: Line 7: Error in Perl code: (in cleanup)
Unterminated <> operator" error :P
Erdmut Pfeifer wrote:
>
> I would try
On Fri, Feb 16, 2001 at 08:39:26AM -0800, Wim Kerkhoff wrote:
> Good morning/afternoon,
>
> I've been trying to get a simple read from a pipe to work, but its not
> doing what I'm intending. I'm using EmbperlObject ('cuz it rocks), but
> get the same thing in just regular Embperl mode. My base.ht
Good morning/afternoon,
I've been trying to get a simple read from a pipe to work, but its not
doing what I'm intending. I'm using EmbperlObject ('cuz it rocks), but
get the same thing in just regular Embperl mode. My base.html is
extremely simple: just the look and a Execute('*') call.
So, Upti