Help for this page

Select Code to Download


  1. or download this
    use Regexp::List qw( );
    my $re = Regexp::List->new(modifiers => 'i')
    ...
          } 
       } 
    }
    
  2. or download this
    my %tables = map { lc($hash{$_}[0]) => 1 } keys %hash;
    
    ...
          } 
       } 
    }