I have just started seriously using the 2.0.5b version and I noticed something that I think is different from past versions. If I have a block like this:
[- foreach $key (keys %{$hashref}) { print OUT "$key = $hashref->{$key}<br>"; } -] The <br> is missing when the page is rendered. There are no error messages and it hasn't been converted to <br> , it is just gone. This code works fine: [$ foreach $key (keys %{$hashref}) $] [+ $key +] = [+ $hashref->{$key} +]<br> [$ endforeach $] As does this: [- foreach $key (keys %{$hashref}) { print OUT "$key = $hashref->{$key}\<br>"; } -] I have PerlSetEnv EMBPERL_ESCMODE 0 in my conf file since I know that may effect this. Is this a bug or a behavior that has changed? Aaron Johnson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]