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


in reply to sort array

sort { $a->[2] cmp $b->[2] } @array

See also: sort.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated