Re: What is a good placeholder character

2007-02-13 Thread John W. Krahn
[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

2007-02-13 Thread vjp2
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