From a9503280@unet.univie.ac.at  Fri Oct  6 22:58:55 2000
Received: from unet.univie.ac.at (unet.univie.ac.at [131.130.230.7])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id WAA20976
	for <prolog@swi.psy.uva.nl>; Fri, 6 Oct 2000 22:58:55 +0200 (MET DST)
Received: from unet.univie.ac.at (chello212186104033.14.univie.teleweb.at [212.186.104.33])
	by unet.univie.ac.at (8.9.3/8.9.3) with ESMTP id WAA80254
	for <prolog@swi.psy.uva.nl>; Fri, 6 Oct 2000 22:59:29 +0200
Message-ID: <393D65BE.6CB601DD@unet.univie.ac.at>
Date: Tue, 06 Jun 2000 22:57:35 +0200
From: Oliver <a9503280@unet.univie.ac.at>
X-Mailer: Mozilla 4.07 [en] (Win98; I)
MIME-Version: 1.0
To: Prolog <prolog@swi.psy.uva.nl>
Subject: SWI-Prolog - HTML
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi there,

Please, can anybody tell us how we can run the following program:

    main :-
        write('Content-type: text/html'), nl, nl,
        write('<HTML>'),
        write('Hello world.'),
        write('</HTML>').

in the WWW? We use SWI-Prolog. Do we need CGI? If yes, how can we make a
CGI-file?

So long,

Gerd

