Very simple question. I'm reading a file and i want to remove all the <CR><LF> in each lines.
while(FIC) { $test = $_; #remove crlf. ........... some code } How can i do that. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>