I have a Perl script which uses the CGI module which needs to be able to get all the
selected items in a SELECT. I see that the request comes in as
'selectname=item1&selectname=item2&selectname=item3'. If I do '$p = $cgi->Vars', wouldn't
I only get the last value?
--
Andrew Gaffney
Network Administrator
Skyline Aeronautics, LLC.
636-357-1548
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>