Archive for March 23rd, 2005

Perl

Wednesday, March 23rd, 2005

I made my first perl script. I can run it on the computer science server, and it will “submit” a lab for me. Whenever we have a lab due in computer science 201, we have to log into the server and run a submit command. The submit program runs the Makefile, gives the program some input and tests the output. If the output is what it expects, it says congratulations, otherwise it says what the output should be. My perl script looks at what the output should be, and makes the files so that it produces the correct output. In case you were wondering, the script is here.