Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print Dumper \%counts;
    
  2. or download this
    $VAR1 = {
              '2017-09-04' => {
    ...
                                'a' => 4
                              }
            };
    
  3. or download this
    $VAR1 = {
              '2017-09-04' => {
    ...
                                'a' => 57.14
                              }
            };