Help for this page
sub unique { my %x; @x{@_} = @_; values %x }
my @final = map { ... } map { # Something } @start;