Help for this page

Select Code to Download


  1. or download this
    print ("Content-Type:application/x-download\n");
    print "Content-Disposition: attachment; filename=$file\n\n";
    
  2. or download this
    use CGI;
    my $html= new CGI;
    ...
        close FILE;
     # use Unlink if u want to delete the files after download.
    #unlink ($filepath);