in reply to The philosophy behind element reference syntax

These syntaxes do in fact work. But taking a single element can be made faster than taking a slice, so if know you need single element subscripting, that style is preferred. This, at least, is true for perl5; in perl6 it will work the way you want.
  • Comment on Re: The philosophy behind element reference syntax