Does anybody else get this behavior?

The following code works just fine normally:

[$ foreach $letter (A..Z) $]
   [+ $letter +] 
[$ endforeach $]

But when I use EmbperlObject instead of Embperl, I get the following errors
in my error log:

[Sun Oct  8 21:43:41 2000] [error] [1187]ERR:  38: Line 11: Too few
arguments
[Sun Oct  8 21:43:41 2000] [error] [1187]ERR:  46: Line 11: Unclosed
command [$ foreach $] at end of file

Line 11 is the first line of the code fragment, the [$ foreach $] line. The
weird thing is, the code still seems to work just fine. Just a little
disturbing to get an error message like this. I am using Embperl 1.3b5.

To get the error message, I put the above code into index.html (i.e.
default file), and had EMBPERL_OBJECT_BASE set as base.html, which only has
one line:

[- Execute ('*') -]

This is the minimal case, I believe.

Any ideas, or is this just a straightforward bug?

TIA

-Neil Gunton

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to