86 |
my @report = ( @{$header}, @{$column_headings}, @{$body} ); |
86 |
my @report = ( @{$header}, @{$column_headings}, @{$body} ); |
89 |
csv( in => \@report, out => \my $counter_file, encoding => "utf-8" ); |
89 |
csv( in => \@report, out => \my $counter_file, encoding => "utf-8", formula => 'empty' ); |