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