Re: REQUEST_METHOD

2004-03-17 Thread Gregg O'Donnell
> > > While tracing through the perl script file, I kept > > > running into environment variable > "REQUEST_METHOD". > > > > Which is a little suspect, because you should be > using CGI.pm or > something better (not just similar) to hide the >

Re: REQUEST_METHOD

2004-03-16 Thread Mike Ni
--- Wiggins d'Anconia <[EMAIL PROTECTED]> wrote: > Please bottom post... > > Mike Ni wrote: > > Thanks for the resoponse, > > > > It was written by a person who left already. > > Now, I need to find out how his code work. > > > This should get you going: > http://httpd.apache.org/docs/howto

Re: REQUEST_METHOD

2004-03-16 Thread Wiggins d'Anconia
Please bottom post... Mike Ni wrote: Thanks for the resoponse, It was written by a person who left already. Now, I need to find out how his code work. Do you happen to know where I can find out more about such %ENV? is there a web site or man page? I "google" "ww.apache.org", yet no luck. P

Re: REQUEST_METHOD

2004-03-16 Thread Mike Ni
lly have a hard time with www.apache.org/ Mike --- Wiggins d'Anconia <[EMAIL PROTECTED]> wrote: > Mike Ni wrote: > > Hey everyone, > > > > > > While tracing through the perl script file, I kept > > > running into environment variable > "

Re: REQUEST_METHOD

2004-03-16 Thread Wiggins d'Anconia
Mike Ni wrote: Hey everyone, While tracing through the perl script file, I kept running into environment variable "REQUEST_METHOD". Which is a little suspect, because you should be using CGI.pm or something better (not just similar) to hide the wrangling of the REQUEST_METHOD, etc.

REQUEST_METHOD

2004-03-16 Thread Mike Ni
Hey everyone, While tracing through the perl script file, I kept running into environment variable "REQUEST_METHOD". I looked for where it was defined, yet no luck. However, it works. I think I am missing somethign here. I am guessing this variable is defined by the Apache web s