Help for this page
undef %saw; @saw{@in} = (1) x @in; @out = keys %saw;
undef %saw; @saw{@in} = (); @out = keys %saw;