Mike Flannigan wrote: > > Shawn H Corey wrote: >> Use the hex notation: >> >> perl -i -ple 'tr/\xA0/\x20/' <files> >> > > Thank you. Much appreciated. I do like > that much better. > > Someday I'll know hexidecimal better. Right > now it's got a little magic for me. > > > Mike
If you're on Linux, type: man ascii Else see: http://en.wikipedia.org/wiki/ASCII -- Just my 0.00000002 million dollars worth, Shawn Programming is as much about organization and communication as it is about coding. I like Perl; it's the only language where you can bless your thingy. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/