|
|
| We don't bite newbies here... much | |
| PerlMonks |
Comment on |
| ( #3333=superdoc: 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 reply to Re: Problem with HOA.
by cog
|
|