my @sorted_phases = sort { $b->{count} <=> $a->{count} } values %$strings;
You'll then have an array of your hashes ordered by the "count" value. The ones with the highest count will be at the start of the array.
In reply to Re: Trying to make a string generated like google
by davorg
in thread Trying to make a string generated like google
by ultranerds
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |