($input ne 'good') && ($input ne 'bad') && ($input ne 'iffy') #### ! ( $input =~ /good|bad|iffy/ ) #### $input !~ /good|bad|iffy/