My first line of Perl code
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 :) .

[...] My first line of Perl code By Iron 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 … /dev/iron - http://iron.randombase.com [...]