Help for this page
grep /^\Q$search\E\z/i, @arr
$search = lc($search); grep lc($_) eq $search, @arr;