At 07:03 09.07.2001 -0700, Ask Bjoern Hansen wrote:
>Aaron Craig <[EMAIL PROTECTED]> writes:
>
>[...]
> > test.cgi?MultipleSelectMenu=1&MultipleSelectMenu=2
> >
> > since I don't use CGI.pm for basic web stuff, I have my own function
> > getting values out of the query string, and it was only giving me the last
> > value of MultipleSelectMenu -- bad :(
>
>that's why you'll be better off just always using CGI.pm or some other
>modern equivalent.

I don't agree.  Why should I spend all that time loading up CGI.pm when all 
I want to get is the query string?  It's far more efficient to have a 
subroutine that does that.  If I want to use CGI.pm's many features, such 
as form writing, or file uploading, or whatever, it's worth loading the 
module up.  But for simple, one-time things like getting user input, I 
think it's overkill to use CGI.pm.
Aaron Craig
Programming
iSoftitler.com

Reply via email to