perl -ne 'push @a, $_; $h{$_}++; END{print grep {not --$h{$_}} @a}' file