perl code [2008-03-30 01:19:45]
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
.

