in reply to Sort Array
# use <=> instead of default cmp @array = sort { $a <=> $b } @array; [download]