Re: What is a good placeholder character
[EMAIL PROTECTED] wrote: > I decided to try 122 but it doesn't work.. > > Any ideas? > > speach () { cat $1 | > perl -n00e'tr/\n\n/\122/s; # this is experimental tr/// translates characters so tr/\n/\122/s; does the same thing as tr/\n\n/\122/s; The character "\122" is the same a
What is a good placeholder character
I decided to try 122 but it doesn't work.. Any ideas? speach () { cat $1 | perl -n00e'tr/\n\n/\122/s; # this is experimental tr/\t\r\n/ /s; tr/\122/\n/s;# this is experimental print qq($1\n) while s/^(.{0