Ralph F. wrote:
> how can i read out all selected values from a
> multiple select field with perl?
> with standard perl.
Assuming you're talking about an HTML select field, using CGI.pm you could
write:
use CGI;
$q = new CGI;
@values = $q->param('name_of_select_field');
@values now contains "all selected values from a multiple select field."
Regards,
David
>
> *****************************
> * Ralph Freibeuter *
> * FON 0211 700 45 45 *
> * Rechner: G3-300 Macintosh *
> * Linux: Suse6.4 PPC *
> * Status: blutiger Anf�nger *
> * Suche Mac PPC Suse Leute! *
> *****************************
>