Re: next if

2002-10-15 Thread Gerald Richter
Hi! >I'm using... > >[- @bar = ('a', 'b', 'c'); -] >[$ foreach $foo (@bar) $] Must be [* next if ($foo eq 'c'); *] > [+ $foo +] >[$ endforeach $] The current cv

next if

2002-10-12 Thread Jaak
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 doi