Re: next if
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
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
