Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
and$num = $freq{$array[0]}{"freq"}++; $freq{$array[0]}{"value"}[$num] = $_;
thanks!!my @sorted_array = sort {$freq{$b}{"freq"} <=> $freq{$a}{"freq"}} keys + %freq;
Edit kudra, 2002-06-14 Changed title
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: can anyone explain
by Abigail-II (Bishop) on Jun 13, 2002 at 09:22 UTC | |
|
Re: can anyone explain
by marvell (Pilgrim) on Jun 13, 2002 at 09:25 UTC | |
|
Re: can anyone explain
by Bilbo (Pilgrim) on Jun 13, 2002 at 11:38 UTC |