Help for this page
%hash1 = ("TEXT", 25); %hash2 = ("text", 25); ... if (lc $item1 eq lc $item2}) { print "matches\n";} } }
%hash1 = ("TEXT", 25); %hash2 = ("text", 25); ... if (exists $lchash1{lc $item2}) { print "matches\n";} } }