[REBOL] constructor & destructor

2000-02-21 Thread mah
Since I've programmed sometime i C++ with classes (almost like objects in REBOL), I've missed some features in the objects in REBOL. What about constructors (a member function that is executed at object creation) and destructors (a member function that is executed at object deletion)? 1. Will

[REBOL] POP in CGI Re:(4)

2000-01-11 Thread mah
[EMAIL PROTECTED] wrote: >IN IIS 4.0, WinNT I use REBOL -cs >%s %s. The two %s are needed to >pass >arguments from the web server to the REBOL >script. CGI takes info from 'environment variables' or from 'standard input'. What are parameters used fore? >What exactly is the error message re

[REBOL] POP in CGI Re:(2)

2000-01-11 Thread mah
[EMAIL PROTECTED] wrote: >are you sure the security permissiong settings of >your CGI REBOL process >permit opening the pop port for reading? Have >you tried running rebol from >the command line with the exact same settings >in the CGI directory of the >Web hosting machine? Yes. >Which

[REBOL] POP in CGI

2000-01-10 Thread mah
I'll try asking again, since noone saw my previous posting. --- print "Content-Type: text/plain^/" print mold mail: open pop://user:pass@server close mail --- This simple script works fine. If it is made a CGI-script, it doesn't work; why? (I assume the webserver is set up correctly, since all

[REBOL] POP from CGI doesn't work

2000-01-07 Thread mah
POP from CGI doesn't work I'm trying to make the sample from rebol.org working as a CGI-app. (I've sligly modified the code only to display the 2 first messages.) ---begin mailview.r--- REBOL [ Title: "Email Viewer (as web page)" File: %mailview.r Date: 10-Sep-1999 Purpose: {

[REBOL] %REB_MAIL.TXT

2000-01-07 Thread mah
%REB_MAIL.TXT