Help for this page
my %ops = map { $_, 1 } @ops; # create the hash however you like my $op = exists $ops{$member} ? 1 : 0;