Help for this page

Select Code to Download


  1. or download this
    <html>
      <head>
    ...
        <meta http-equiv="refresh" content="0; URL=download.pl?filename=$f
    +ilename">
      </head>
    </html>
    
  2. or download this
    use strict;
    use warnings;
    ...
    print "Content-Type: application/x-download\n";
    print "Content-Disposition: attachment; filename=$p_filename.pdf\n\n";
    unlink $p_filename;