![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: TIMTOWTDI -- so long as it's not my wayby cat2014 (Monk) |
on Jan 16, 2001 at 10:04 UTC ( #52168=note: print w/replies, xml ) | Need Help?? |
one of the worst things that's ever happened to me was learning pascal as my first serious language. to this day, 90% of the time when i want to get the first element
from an array, i automatically type $array[1].
then i spend 3 minutes looking at the funky output, remember that i always screw up arrays, and go fix it. you'd think that after about 2 years of doing this i'd stop.
is there even any other language which uses array[1] instead of array[0] to access the first element?
In Section
Meditations
|
|