Re: problem with print OUT in embperl2

2001-05-03 Thread Gerald Richter
Hi, > ---cut--- > [$ foreach $num(1..2) $] > [- print OUT "hello "; -] > goodbye > [$ endforeach $] > ---cut--- > As I wrote in one mail in the last days, print OUT inside a loop doesn't work. This is a bug in Embperl, but not so easy to fix. Use [$ foreach $num(1..2) $] [+ "hel

problem with print OUT in embperl2

2001-05-03 Thread Jonny Cavell
Hi,   The following code:   ---cut--- [$ foreach  $num(1..2)  $]    [- print OUT "hello "; -]    goodbye[$ endforeach $] ---cut---   Gives the following output:   ---cut--- hello hello goodbye hello hello goodbye ---cut---   Cheers   Jonny   http://www.iii.co.uk Interactive Investor In