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