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

I would agree that providing an action would be a reasonable fix, except that the documentation says that it provides a reasonable default. I consider this a bug unless there's compeling evidence to the contrary...

thor

  • Comment on Re: Re: CGI "uninitialized value" question

Replies are listed 'Best First'.
Re: Re: Re: CGI "uninitialized value" question
by Roger (Parson) on Dec 09, 2003 at 05:27 UTC
    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".

      Not necessarily true - there could be URL munging defined in the conf file, or a mod_perl handler doing some magic.

      rdfield