Help for this page
Select Code to Download
Select
or
download this
if (lc $str1 eq lc $str2) { ... }
Select
or
download this
if ($str1 =~ /^$str2$/i) { ... }