in reply to Re(3): Breaking output lines into N-element chunks
in thread Breaking output lines into N-element chunks

at least loop from 0 to $#vars instead of mucking about with length-1

Actually I used to do this. But I have started getting out of the habit as I understand $#array has been removed from Perl6.

Do you really think its that confusing? @array is a one based number, and indexes are zero based. Seems pretty reasonable to me...

:-)

Yves / DeMerphq
---
Writing a good benchmark isnt as easy as it might look.

  • Comment on Re: (FoxUni) Re(3): Breaking output lines into N-element chunks