if( $my_var ne "a" and $my_var ne "b" ) { ...keks... } # oder if( $my_var !~ m/^(a|b)$/ ) { ...keks... }