Help for this page

Select Code to Download


  1. or download this
    open my $inFile, '<', "MOUSE_TF1.txt" or die "Failed to open MOUSE_TF1
    +.txt: $!";
    
  2. or download this
    use warnings;
    use strict;
    ...
            print join ("\t", $key, @{$families{$key}}{@fields}), "\n";
        }
    }