@array =~ sort { $a <=> $b }; #eqivalent to: # @array = sort { $a <=> $b } @array;