$string1 = "abcdf"; $string2 = "abcde"; #how to display difference between $string2 and $string1? $difference = "f";