Help for this page

Select Code to Download


  1. or download this
    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;
    
  2. or download this
    use strict;
    use warnings;
    use CGI;
    ...
                </head>
            </html>';
    unlink $p_filename;