use Perl6::Junction qw(any); if (any(qw(a b c)) eq $question) { #... } [download]
In reply to Re: Too much SQL not enough perl by tirwhan in thread Too much SQL not enough perl by jcpunk