[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Omaha.pm] Evolution or devolution?



<snip>
>>   print [ sort { $common_rates{$b} <=> $common_rates{$a} } keys
%common_rates ]->[0];

Definitely shorter, but less readable (at least for us newbs). Is it
noticably faster?