Help for this page
$string= "This, that, and those"; $string =~ s/,/\\",\\"/g; print $string;
This\",\" that\",\" and those