Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for my $id (sort keys %counts) {
        printf "%-12s: %5d\n", $id, $counts{$id};
    }
    
  2. or download this
    Db04g787390.1:    28
    Db10g029860.2:    34
    Db96g938791.0:    25