Here’s what I turned in for my first project in I500, in case you care. I think I managed to make it as copy proof as possible. If you would like to run this program, let me know and I’ll send you a copy you can execute. The unix entry syntax is as follows:
$ perl proj1.pl test.txt writefile.txt
Where ‘perl’ is the name of the programming language, proj1.pl is the program, test.txt is the input file, and writefile.txt is the output file.
Pretty nifty, eh? 😉