Help for this page

Select Code to Download


  1. or download this
    $headers_hash->{'Content-disposition'} = "attachment; filename=" . $re
    +port_name . ".csv";
    
  2. or download this
    $headers_hash->{'Content-disposition'} = "attachment; filename=\"$repo
    +rt_name\".csv";
    
  3. or download this
    $headers_hash->{'Content-disposition'} = qq(attachment; filename="$rep
    +ort_name".csv);