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: Lin
Is it possible to use execute function as 'include' so it does not
parse the file just includes it in the calling file and parses them
all together?
Thanks,
Henri Laupmaa
Inspiral Network
+372 55 24542
-
To unsubscribe, e-ma
Andre Landwehr writes:
> On Sat, Oct 07, 2000 at 08:14:59PM +, neil wrote:
> >
> > There are two features which I think would be good to have in
> > EmbperlObject. I would like to know what you think:
> >
> > 1. The ability for Execute() to look up the directory tree if it can't find
> > t
On Sat, Oct 07, 2000 at 06:59:51PM -0400, Ilia Lobsanov wrote:
> Anyone notice a crash with this little test script:
>
> [-
> @bar = ('a', 'blah', 'c');
> -]
> [$ foreach $foo @bar $]
> [- next if $foo eq 'blah' -]
> [+ $foo +]
> [$ endforeach $]
>
> ilia.
>
I can confirm it crashes. It ca
On Sat, Oct 07, 2000 at 08:14:59PM +, neil wrote:
>
> There are two features which I think would be good to have in
> EmbperlObject. I would like to know what you think:
>
> 1. The ability for Execute() to look up the directory tree if it can't find
> the named file, in the same way that the