in reply to Re: Multiple CGI parameters
in thread Multiple CGI parameters
You're right, it's just as convenient. The only problem is it would be hard to keep track of which parameters are where if accessed via $params[0], $params[1], etc. This is assuming that the parameters aren't actually param1, param2, .., but something like id, pw, ... If they were just param1, param2, .., then that would work just fine!