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