in reply to
Effective sort method?
Sort numerically:
sort { $a <=> $b } @sort
[download]
Comment on
Re: Effective sort method?
Download
Code
In Section
Seekers of Perl Wisdom