in reply to
Sorting of numbers using arrays
my @sorted = sort @unsorted;
Consider the
sort
function.
Comment on
Re: Sorting of numbers using arrays
Download
Code
In Section
Seekers of Perl Wisdom