Help for this page
use strict; use warnings; use CGI; ... print "Content-Type: application/x-download\n"; print "Content-Disposition: attachment; filename=$p_filename.pdf\n\n"; unlink $p_filename;
use strict; use warnings; use CGI; ... </head> </html>'; unlink $p_filename;