William Barrett Simms wrote:
> I'm coming across many odd problems with E2.011b.
>
> I'm trying to do this:
>
> [$ foreach $item (keys %fdat) $]
> [+ $item +] : [+ $fdat{$item} +]
> [$ endforeach $]
>
> Pretty simple, eh? However, the tag is only appearing at the
> end of last line instead of eac
I'm coming across many odd problems with E2.011b.
I'm trying to do this:
[$ foreach $item (keys %fdat) $]
[+ $item +] : [+ $fdat{$item} +]
[$ endforeach $]
Pretty simple, eh? However, the tag is only appearing at the end of
last line instead of each line. Is this a known pr