print "Content-disposition: attachment; filename=myletter.txt\n"; print "Content-Type: application/text\n\n"; print "Line 1\n\n"; print "Line 2\n\n";