in reply to Save HTML table as CSV on local disk
my $in = new CGI; print $in->header('text/comma-separated-values'); [download]