LTjake's JournalLTjake's use Perl JournalHTML::TagCloud::Sortable- October 3, 2007 HTML tag clouds are pretty popular in a lot of websites. For the project I&39;m working on right now, i decided to try and mimic del.icio.us&39;s implementation which is sortable by name or by frequency. HTML::TagCloud is definitely the defacto standard for generating tag clouds in perl. I sorted the data in my SQL query based on the parameter pulled in from the query string and stuffed the data into the cloud. However, no matter what I did the output was always alphabetical.It turns out that...http://use.perl.org/~LTjake/journal/34601?from=rss |