$count{$_}++ while <>; print "$count{$_} = $_" for sort(keys %count);