>I have a log file I’m parsing that has special characters at the end of each 
>row.  In vi it appears to be  ^@  I’ve already tried chomp and s/\^\@//  
>Neither work.   Does any one have any ideas?
>

For the fast resolving,you can use the unix shell command "dos2unix" to 
translate it.
$ dos2unix doc.txt

--
mailto: [EMAIL PROTECTED]
http://home.arcor.de/jeffpang/

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to