Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
    my %gl; @gl{@gl} = undef; # Efficient lookups
    say for grep { exists $gl{$_} } @genes;
    
  2. or download this
    two
    three