How to sort an array in Perl

Categories:
1sort {$a <=> $b} @a

See Also