Help for this page
my %data; my $csv = Text::CSV_XS->new(); ... $data{$weeknum}{sum} / $data{$weeknum}{count} +, $data{$weeknum}{count}; }