This is the revision history for sorthash in <*:##NULL>

factoid_idsubjectcopulapredicateauthornamespace
12 sorthash is sort a hash by its values: my @keys = sort { $hash{$a} <=> $hash{$b} } keys %hash; perlbot