[REBOL] Re: FREE CGI ON NETFIRMS.NET:did already setup rebol on it ?
From: SunandaDH:aol at: 4-Aug-2003 10:43
> What is the header for rebol then ?
> Thanks
If you are asking what the header line needed for a REBOL cgi program is,
then it is much the same as any other cgi program:
-- a she-bang ( # ! )
-- followed by the path to the executable (REBOL.exe in this case)
-- followed by any command line parameters it needs.
-- followed by a blank line (not sure if this is compulsory!)
I use, for my local server,
#!c:\rebol\core\rebol.exe -cs
Sunanda.