![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: Problem with HOA.by cog (Parson) |
on Aug 28, 2006 at 07:10 UTC ( #569939=note: print w/replies, xml ) | Need Help?? |
my @array = map { $hash{$_}->[0] } sort { $a <=> $b } keys %hash;
That's the first solution that comes to my mind. Try reading it backwards:
In Section
Seekers of Perl Wisdom
|
|