Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Normally I'd chug away at it untill I got it to work, but I needed it to work yesterday ... : )
So without further ado, here is the offending code, printing unsorted:
my data structure is set up as follows:foreach $auth (keys %hash) { print FILE "$hash{$auth}{fname} $hash{$auth}{lname}: $hash{$auth}{c +ount}\n"; }
Any help would be greatly appreciated.
-- steve
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problems sorting hashes of hashes
by btrott (Parson) on Jun 30, 2000 at 22:08 UTC | |
by daemonchild (Acolyte) on Jul 02, 2000 at 01:18 UTC |