Thursday, July 20, 2006

PERLing

I attempted to learn PERL but realised that programming simply does not turn me on. I quickly got bored while attempting to go through the PERL book. Finally gave up but this was my progress before I surrendered.

#!/usr/bin/perl -w
print "Testing script.\n";
print "Press to continue...";
<>

No comments: