push @ary, "foo" unless any { $_ eq "foo" } @ary; # OR push @ary, "foo" if none { $_ eq "foo" } @ary;