AW: [Perl-unix-users] deleting "invisible" characters

2003-03-11 Thread EXTERN Chakirov Timour \(TZ CIS; DS/ESQ3\)
, 11. März 2003 16:48 An: [EMAIL PROTECTED] Betreff: [Perl-unix-users] deleting "invisible" characters Hi all, I have a file that contains some "invisible" characters. These characters look like white spaces when I open the file in a text editor. Is there a way I can make them v

RE: [Perl-unix-users] deleting "invisible" characters

2003-03-11 Thread Matt Schneider
Tassos,   I'm not sure how to view or convert the "invisible" characters.  You might try something like this to remove them.  This will find anything that is not an alpha, _, numeric, or legitimate white space and replace it with nothing in $string.  The caveat here is that it will also remo

[Perl-unix-users] deleting "invisible" characters

2003-03-11 Thread Tassos123
Hi all, I have a file that contains some "invisible" characters. These characters look like white spaces when I open the file in a text editor. Is there a way I can make them visible so that I can manipulate them with a Perl script? Is there a Perl function that allows me to delete any "invisible"