My first line of Perl code
March 29th, 2008
When browsing through my Perl folder, I came across my first line of code in Perl, written in 2006:
for($start="a";$start ne "zzz";$start++) { print $start."\n"}
I'm wondering now if I just copied that from some tutorial or actually wrote it myself :) .