Help for this page
if( grep $question eq $_, 'a', 'b' 'c' ) { # ... }
my %questions; undef @questions{ 'a', 'b', 'c' }; ... if( exists $questions{ $question } ) { # ... }