in reply to Bogus variable to avoid 'split' warning

@ulist = sort {$b =~ tr/\t// <=> $a =~ tr/\t//} keys %unk;
This is an alternative way to sort it.

Chris