Help for this page

Select Code to Download


  1. or download this
    print "Content-type: application/vnd.ms-powerpoint\n";
    print "Content-Disposition: attachment; filename=$filename\n\n";
    
  2. or download this
    $my_html_file = "some_file.htm";
    
    ...
    for $i (0..$#LINES) {
        print $LINES[$i];
    }