in reply to Re^2: Create separated column for my file
in thread How can I print all lines?

Well it is plainly obvious that you are leaving the \n on the IN lines, isnt it? Why dont you look at where you append IN to see what may be wrong?

Just what do you expect $_ to have in it when you say chomp($column[$_]);?