EmbperlObject error message using [$ foreach $]

2000-10-08 Thread Neil Gunton
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

Execute function

2000-10-08 Thread Henri Laupmaa
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

Re: EmbperlObject features

2000-10-08 Thread neil
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

Re: [embperl] next within meta command causes crash

2000-10-08 Thread Andre Landwehr
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

Re: EmbperlObject features

2000-10-08 Thread Andre Landwehr
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