VALUE: for my $value (1..10) { .... if( $value % 2 == 0 ) { # wenn gerade zahl next VALUE; } } # for