> I think i've gone brain dead, can someone remind me how to parse input
from
> a multiple select form field?
http://stein.cshl.org/WWW/software/CGI/cgi_docs.html
"
Fetching The Value(s) Of A Named Parameter
@values = $query->param('foo');
-or-
$value = $query->param('foo');
Pass the param() method a single argument to fetch the value of the named
parameter. If the parameter is multivalued (e.g. from multiple selections in
a scrolling list), you can ask to receive an array. Otherwise the method
will return a single value.
"
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web