$string = "This is a non-SENSE sentence"; $substring = "non-sense"; print "Match!" if index(lc $string, lc $substring) >= 0;