$headers_hash->{'Content-disposition'} = "attachment; filename=" . $report_name . ".csv"; #### $headers_hash->{'Content-disposition'} = "attachment; filename=\"$report_name\".csv"; #### $headers_hash->{'Content-disposition'} = qq(attachment; filename="$report_name".csv);
## $headers_hash->{'Content-disposition'} = "attachment; filename=\"$report_name\".csv"; ##
## $headers_hash->{'Content-disposition'} = qq(attachment; filename="$report_name".csv);