Help for this page
use strict; use CGI; ... ## This will get the 'value' my $selected_value = $query->param('color1');
my @selected_value = $query->param('color1');