if ( $value > 50 ) { # auch wahr, wenn $value > 80 } elsif ( $value > 80 ) { # schon durch den >50 zweig abgedeckt... }