Help for this page
if ($a[$i] =~ /^\Q$b[$j]\E\z/i)
if (uc $a[$i] eq uc $b[$j])
if ($a[$i] =~ /^$b[$j]\z/i)