I have a long file, and on each line I want to replace the first space with a tab. I thought this would be easy to do in perl. I thought wrong. Here is how far I have gotten: (btw I am a complete perl ...