Help for this page

Select Code to Download


  1. or download this
    my %vals = map { $_ => 1 } <FILE2>;
    print $_->[0] for grep { $vals{$_->[1]} } map { [ split / / ] } <FILE1
    +>;
    
  2. or download this
    #!/usr/bin/env perl -l
    
    ...
    1448
    2762
    1395
    
  3. or download this
    xanmn_chr09_0114-xanmn_chr09_0114