http://www.perlmonks.org?node_id=673834


in reply to mod_perl behavior w/out mod_perl

I use a cgi header something like this:

print $cgi->header(-type=>'application/pdf', -attachment =>'123.pdf' +);

g_White