I have a situation where I need to read a file full of numbers in perl. This works fine in and of itself, but when I try to chomp each line it's turning the numbers that used to be 5 or 6 digits into either 1 or 0.
Ideas?
I need to chomp the numbers to assemble file paths with them so the carriage returns are a problem.