Help for this page

Select Code to Download


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