Help for this page

Select Code to Download


  1. or download this
    my %look_for = map { $_ => 1 } qw( a b ... );
    if ( $look_for{ $var } ) { }