http://qs321.pair.com?node_id=86764


in reply to Sort Array

See the documentation for sort:

# use <=> instead of default cmp @array = sort { $a <=> $b } @array;