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


in reply to Sorting Array in Place

Is there an idiomatic way to sort an array in place in Perl?

No. There are ways to do in-place sorts, but they're not idiomatic.