CGI Scripts
Fredrik Lundh
effbot at telia.com
Sun Feb 6 04:01:38 EST 2000
More information about the Python-list mailing list
Sun Feb 6 04:01:38 EST 2000
- Previous message (by thread): CGI Scripts
- Next message (by thread): CGI Scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Joshua Macy wrote: > Sorry, typo. That should have read: > > print "Content-type: test/html\n\n" or rather, print "Content-type: test/html\n" since print already adds a newline all by itself. you can of course also use an extra print state- ment: print "Content-type: test/html" print just like in the posted script. </F>
- Previous message (by thread): CGI Scripts
- Next message (by thread): CGI Scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list