sub uniq { # single pair of braces around map return keys %{ map { $_ => 1 } @_ }; }