Help for this page
Select Code to Download
Select
or
download this
my %stop; @stop{qw(first second third)} = (); next if exists $stop{$field};
Select
or
download this
next if grep $field eq $_, qw(first second third);