> "Andrew" == Andrew Gaffney <[EMAIL PROTECTED]> writes:
Andrew> I have a Perl script which uses the CGI module which needs to be able
Andrew> to get all the selected items in a SELECT. I see that the request
Andrew> comes in as 'selectname=item1&selectname=item2&selectname=item3'. If I
Andrew
Wiggins d Anconia wrote:
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?
F
Charles K. Clarkson wrote:
Andrew Gaffney [mailto:[EMAIL PROTECTED]
:
: 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
> 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?
>From the CGI.pm doc
Andrew Gaffney [mailto:[EMAIL PROTECTED]
:
: 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
: