Help for this page

Select Code to Download


  1. or download this
    for my $penta (keys %totalProbability) {
        print "$totalProbability{$penta}, $totalCounts{$penta}, ...\n";
    }
    
  2. or download this
    my %stats;
    while (<FREQ>) {
    ...
          $stats{$pent}{pentTotal}  += $$h{pentTotal};
       }
    }