$File =~ s/\n//; # removes newline characters. # it should be chomp($File); # removes newline characters from the end of the line faster.