δΊ 2010-10-28 21:58, perl_haxor 123 ει:
Hi All,I'm a beginner in perl and i try to read a file, but these files contains characters like (^M ^G)......I wanted to know what are these characters and how can remove them using perl?.....and also please let me if there is any link form where i can find what these characters are and their ascii values?......any sugges would be really helpful
You get the files from windows to un*x? try the command 'dos2unix'. -- Jeff Peng http://nsbeta.info -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
