Help for this page
$string = 'Tetsing " code implementationm'; $string = tr/"/ /; print $string;
$string =~ tr/"//; print $string;