From a9503280@unet.univie.ac.at  Fri Oct  6 23:07:46 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 XAA21485
	for <prolog@swi.psy.uva.nl>; Fri, 6 Oct 2000 23:07:46 +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 XAA104578
	for <prolog@swi.psy.uva.nl>; Fri, 6 Oct 2000 23:08:22 +0200
Message-ID: <39DE3ECD.DA636BF2@unet.univie.ac.at>
Date: Fri, 06 Oct 2000 23:06:22 +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: Executable File
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



