Document postderef_qq support for ->$#* interpolation#20049
Document postderef_qq support for ->$#* interpolation#20049zmughal wants to merge 1 commit intoPerl:bleadfrom
Conversation
89ae348 to
58ae666
Compare
58ae666 to
93d6b8f
Compare
|
The English style of the changes is now good. But I'd like someone else to review the content of the changes, as I myself have never used this Perl syntax. @rjbs perhaps? |
93d6b8f to
74e907e
Compare
|
This addition is needed, but it is misleading. The number returned is related to the array length, but it is one off. The number returned is the index of the highest element in the array. So if the array has 10 elements, 0..9, this returns 9. This needs to be clarified |
74e907e to
bf3bb56
Compare
|
I have updated the text again with @khwilliamson's suggestions. I think I might need to do a rebase again? |
|
Unfortunately, use of the word 'last' is ambiguous. It can mean the previous, or the final. I suggest using 'highest' instead. I don't think rebasing is required at this point. |
This was added in commit <Perl@ff25e5d>.
bf3bb56 to
2075123
Compare
|
Thanks This was merged via 365f3e0 |
This was added in commit ff25e5d.