http://www.perlmonks.org?node_id=774242


in reply to why the array index has to start at 0??

Do not use $[. Just don't do it. You'll regret it if you do. It won't take you all that long to adapt to 0-based indexing.

I am shocked that no one has yet mentioned http://xkcd.com/163/

  • Comment on Re: why the array index has to start at 0??