http://qs321.pair.com?node_id=300153


in reply to Re: TIMTOWTDI doesn't mean invent an outlandish approach (usually)
in thread TIMTOWTDI doesn't mean invent an outlandish approach (usually)

I feel compelled to reveal a guilty secret... I have an irrational dislike of $#array. It seems superfluous.

Although I use "$array[$#array]" in preference to "$array[@array-1]", I don't enjoy it, and generally prefer to avoid the whole construction. And I always use "$i <= @array" instead of "$i < $#array".