Help for this page

Select Code to Download


  1. or download this
    my %want_global = map { ($_ => 1) } qw(
      THIS
    ...
    if ( $want_global{$global} ) {
     ...
    }
    
  2. or download this
    my @wanted_re = (
      qr/^AB/,
    ...
      }
      return;
    }