push @ary, "foo" unless grep { "foo" } @ary; #### push @ary, "foo" if 0 == @ary;