Help for this page

Select Code to Download


  1. or download this
    print "Content-type: application/vnd.ms-excel\n";
    print "Content-Disposition: attachment; filename=yourfile.xls\n";
    print "\n";
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    use CGI;
    ...
    );
    
    binmode STDOUT;