in reply to Re: Re: CGI "uninitialized value" question
in thread CGI "uninitialized value" question

Well, I guess the documentation has to define what is a reasonable default. From what I saw in the OP, he you got action="/test.pl" as a default, which would not work if the script was stored under "/cgi-bin".

Replies are listed 'Best First'.
Re: Re: Re: Re: CGI "uninitialized value" question
by rdfield (Priest) on Dec 09, 2003 at 09:42 UTC
    Not necessarily true - there could be URL munging defined in the conf file, or a mod_perl handler doing some magic.

    rdfield