http://www.perlmonks.org?node_id=1012282


in reply to Re: 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

Thanks much! Is it possible to do it without using CGI.pm?
  • Comment on Re^2: How to access an unknown number of CGI variables in a CGI script

Replies are listed 'Best First'.
Re^3: How to access an unknown number of CGI variables in a CGI script
by Anonymous Monk on Jan 09, 2013 at 09:15 UTC

    Thanks much! Is it possible to do it without using CGI.pm?

    Sure, why do you ask?

      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.

        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.".

        Sure, but why bother?