Mandor has asked for the wisdom of the Perl Monks concerning the following question:
What is the right way to accomplish this? Any help is appreciated. Thanksforeach $value ( sort ( keys ( $tophash { $subhash } ) ) ); { print "$value"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(Guildenstern) Re: Getting keys of a hash element
by Guildenstern (Deacon) on Jan 25, 2001 at 00:22 UTC | |
by Mandor (Pilgrim) on Jan 25, 2001 at 00:32 UTC | |
|
Re: Getting keys of a hash element
by Gloom (Monk) on Jan 25, 2001 at 02:50 UTC | |
|
Re: Getting keys of a hash element
by mr.nick (Chaplain) on Jan 25, 2001 at 00:34 UTC | |
|
Re: Getting keys of a hash element
by Trinary (Pilgrim) on Jan 25, 2001 at 00:28 UTC |