in reply to Re^3: Module Problems
in thread Module Problems

Save yourself some headaches and use CGI. No use reinventing the wheel yet again

Replies are listed 'Best First'.
Re^5: Module Problems
by Anonymous Monk on Oct 23, 2004 at 18:52 UTC
    How does CGI handle a form where multiple elements are being submitted with the same name, for example a select box with the multiple element activated and the form submits the same name with like 5 different values. Will it overwrite the previous? or does it have something to fix it?
      It's described in the description of the param sub in the module's docs. If you're just gonna do what CGI does, why not use CGI?