I'm using a write: /. into a loop to print the information in a vertical form but, when the second column is printed in the screen is started after the last line of the first column, like this:
column1 column2
100
150
200
500
I wish to do that:
column1 column2
100 200
150 500
Thanks for the help people!!