Help for this page

Select Code to Download


  1. or download this
    print $cgi->header(
        -type => 'text/csv',
        -Content_disposition => qq{attachment; filename="$target.csv"},
    );