in reply to Re: sorting hashes by value
in thread sorting hashes by value
??for $i (0.. $#words_list){ for $words (keys %{$words[$i]}){ print "word $i = $words\n"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: sorting hashes by value
by samtregar (Abbot) on Nov 08, 2002 at 21:36 UTC | |
by waswas-fng (Curate) on Nov 08, 2002 at 21:44 UTC | |
by imlou (Sexton) on Nov 08, 2002 at 21:58 UTC | |
|
Re: Re: Re: sorting hashes by value
by Orsmo (Beadle) on Nov 08, 2002 at 22:55 UTC |