I was solving an algorithm where I will read the values in a CSV file, output the value in a table, and remove trailing newline. I tried removing it with chomp, gsub, tr, et