Jan 3, 2011
# レスポンスヘッダに設定
$c->res->header(
  'Content-Type' => 'application/octet-stream',
  'Content-Disposition' => 'attachment; filename = "myfile.csv"',
);
Catalystで知ったこと - Perl日記
About