unless( grep{ $_ eq $to_check}@array ){ print "$to_check ist noch nicht im Array vorhanden\n"; }