sub beautify { my %stuff; @stuff{@_} = undef; return sort keys %stuff; }