$string = 'Tetsing " code implementationm'; $string = tr/"/ /; print $string; #### $string =~ tr/"//; print $string;