in reply to Re^3: How to access an unknown number of CGI variables in a CGI script
in thread How to access an unknown number of CGI variables in a CGI script

Well, I haven't used CGI.pm in my script. I can use it if I need to, but I'm wondering if it's possible to accomplish the above without the use of CGI.pm? Thanks.
  • Comment on Re^4: How to access an unknown number of CGI variables in a CGI script

Replies are listed 'Best First'.
Re^5: How to access an unknown number of CGI variables in a CGI script
by marto (Cardinal) on Jan 10, 2013 at 11:24 UTC

    It's a reasonable question to ask, for the answer to this and much more about CGI I suggest you take the time to work through Ovid's CGI Course. Lesson 2 covers "A closer look at the CGI.pm module and why you shouldn't roll your own.".

Re^5: How to access an unknown number of CGI variables in a CGI script
by Anonymous Monk on Jan 09, 2013 at 20:05 UTC
    Sure, but why bother?