Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Change example of sorting multidimmed
Although the syntax "sort(*[1])" is technically correct, I felt it could be confusing to naive readers with the "say @A[*;1]" syntax just two lines before it. Using "sort( { $_[1] } )" is less magic at a place where there's already quite some magic introduced.
- Loading branch information