in reply to Re: Auto linking to words in a text filein thread Auto linking to words in a text file
foreach (sort { length($b) <=> length($a) } keys %keywords) { ... } [download]