Help for this page
for my $current (@genes) { if (grep { $_ eq $current } @gl) { print $current; } }