>
> > 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
>
--- 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
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
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
> "
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.
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