Help for this page
% perl -lane 'print grep !$s{$_}++, @F' one two two three ... % perl -lane '$,=$"; print grep !$s{$_}++, @F' one two two three one two theee