Hi! I'm using...
[- @bar = ('a', 'b', 'c'); -]
[$ foreach $foo (@bar) $]
[- next if ($foo eq 'c'); -]
[+ $foo +]
[$ endforeach $]
But "next if" is not working.
What am I doing wrong?
Embperl version is 2.0b8.
Thanks in advance.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
