I have a list of names I want printed on a new line..The file looks like this name1 name2 name3 name4...etc There are different spaces between the lines. I will pay $5 via paypal if you can give me a script that will turn the above file into this: name1 name2 name3 name4 Would prefer to have this in perl but whatever works for you as long as its simple to use