Hi, I will help you :-) Well, I lost hours checking my environment, as I am no linux guru. And you know what? The problem was in damned spacing. I strongly suggest you following:
read your script into rebol, detab it, save it once again. It matters especially when you transfer your scripts between various platforms: ->> write %my-script.cgi detab read %my-script.cgi Just yesterady I had similar problem. Even detab was not enough. I cut and pasted first line from another script (#!/usr/bin/rebolcmd -cs), detabbed the script, manually pressed enter at the end of the line, deleted empty lines, entered new ones, etc. - no success. I simply deleted line above and typed it from scratch manually - oops - script started to work. It already happened to me two times .... Cheers, -pekr- [EMAIL PROTECTED] wrote: > The strange thing is that my old scripts work. I'm using the -cs option that I have >used for years. hmmmmm. This is really bugging me. > Help. > > Thanks, > James > > Submit: Send Message > > I don't know why but for some reason I can't get NEW cgi scripts to work properly. I >constantly get the REBOL help output listing (you know the one that you get when you >ask for help) when I run a cgi program. I've broken it down to the simplist of >scripts including one of the sample ones. > The strange thing is that my old scripts work. I'm using the -cs option that I have >used for years. hmmmmm. This is really bugging me. > Help. > > Thanks, > James > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
