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