in reply to
sorting hash keys
read the docs:
perldoc -f sort
anyway...
@sorted_keys = sort { $a <=> $b } keys %results;
[download]
Comment on
Re: sorting hash keys
Select
or
Download
Code
In Section
Seekers of Perl Wisdom