in reply to Re: How do I get at the parameters in my CGI program?
in thread How do I get at the parameters in my CGI program?

Unfortunately, this fails when a single parameter name has multiple values, as in the case of a multiple selection box.

That's not encountered often, but the failure when it is is spectacular enough that it bears mention.

  • Comment on RE: Answer: How do I get at the parameters in my CGI program?

Replies are listed 'Best First'.
Re: Answer: How do I get at the parameters in my CGI program?
by Dominus (Parson) on Nov 12, 2000 at 22:31 UTC
    It shows up whenever you use checkboxes. I'd say that's pretty often!