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


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

Sure, why do you ask?

  • Comment on Re^3: How to access an unknown number of CGI variables in a CGI script

Replies are listed 'Best First'.
Re^4: How to access an unknown number of CGI variables in a CGI script
by prautt (Initiate) on Jan 09, 2013 at 19:47 UTC
    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?