# use <=> instead of default cmp @array = sort { $a <=> $b } @array; [download]
In reply to Re: Sort Array by wog in thread Sort Array by Mehdi