Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] CGI: debug mode Re:

From: tim:johnsons-web at: 31-Aug-2000 8:31

Hi Alex: I'm a rebol newbie, but have done a lot of CGI programming, and have had to resolve a lot of headaches myself. One of the things that I do is build in switches to send my content to a physical file if necessary. Often times that is helpful, other times, one may actually want to build static pages with the same code. see http://www.rebolforces.com/cgi-util.html also http://www.rebolforces.com/cgi-basics.html and http://www.rebolforces.com/ good stuff there You will find redundant and sloppy code in cgi-util because I am very new to rebol, but some useful stuff, I hope. Look for functionality around re-direction of output. Your comments, questions, and criticisms will be appreciated. They will make me a better rebol programmer. You may email me directly if you wish. regards Tim [alex--pini--mclink--it] wrote: