while ( my $line = <FILE> ) { chomp $line; # remove new line #Random code } [download]
In reply to Re: Unix and Windows CRLF vs LF by Burak in thread Unix and Windows CRLF vs LF by SavannahLion