for ($data) { #Replace special chars like single & double quotes to its literally values s/\n/\\n/g; s/'/\\'/g; s/"/\"/g; tr/\cM//d; }