[REBOL] Re: Antwort: Re: Help!
From: rebol:techscribe at: 27-Oct-2000 1:44
Hi Sharriff,
Two requests:
1. Are the following lines (including the surrounding block brackets)
literally the contents of the file %medintouch-users-db.shdb? Or are they
what temp-db evaluates to after the file has been LOADed?
> [
> sharriff [
> logname "sharriff"
> name "Sharriff Aina"
> password "gong"
> email [sharriff--aina--med-iq--de]
> dept "Administration"
> view "yes"
> edit "yes"
> modify "yes"
> publish "yes"
> ]
> test [
> logname "test"
> name "Test Testman"
> password "unfold"
> email [test--testman--med-iq--de]
> dept "Entwicklung"
> view "yes"
> edit "no"
> modify "no"
> publish "no"
> ]
> admin [
> logname "admin"
> name "Administrator"
> password "medintouch"
> email [admin--med-iq--de]
> dept "Development"
> view "yes"
> edit "yes"
> modify "yes"
> publish "yes"
> ]
>
> ]
>
2. Can you send me (feel free to do it offlist directly to me) the result
of evaluating the following cgi file:
> #!c:\rebol\rebol.exe -cs
>
> REBOL[]
>
> Print [
> "Content-Type: text/html ^/^/"
>
> mold make object! decode-cgi system/options/cgi/query-string
> ]
quit
;- End Of Script
TIA,
Elan