in reply to Porting DC-Dot to Windows
before the actual output. The HTTP headers are sent by the webserver itself.print "Content-Type: text/html; charset=UTF-8\n\n";
UPD:
If this does not help, try the following script:
and describe what happens. Of course you may need to add a proper shebang line to the top of your script.print "Content-Type: text/plain; charset=UTF-8\n\n"; print "Hello, world!\n";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Porting DC-Dot to Windows
by willyyam (Priest) on Jul 17, 2006 at 20:31 UTC | |
by Ieronim (Friar) on Jul 17, 2006 at 22:12 UTC |