Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper; $Data::Dumper::Sortkeys=1; print Dumper(\%third);
    
  2. or download this
    $VAR1 = {
              'AC' => 0,
    ...
              'C' => 4,
              'TC' => 0
            };
    
  3. or download this
        $third{  substr($tri,0,1) . substr($tri,2,1) }++; # Line 15