Help for this page

Select Code to Download


  1. or download this
    foreach my $date (keys %counts){
      my $overallcount = $overallcounts{$date};
    ...
    }
    
    print Dumper \%counts;
    
  2. or download this
    $VAR1 = {
              '2017-09-30' => {
    ...
                                'a_average' => '45.45'
                              }
            };