in reply to Getting keys of a hash element
foreach my $value (sort keys %tophash) { print $value; }
foreach my $value (sort keys %{$tophash{$subhash}}) { print $value; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (Guildenstern) Re: Getting keys of a hash element
by Mandor (Pilgrim) on Jan 25, 2001 at 00:32 UTC |