- or download this
<input type="checkbox" name="football" value="football">
<input type="checkbox" name="soccer" value="soccer">
<input type="checkbox" name="tiddly winks" value="tiddly winks">
- or download this
<input type="checkbox" name="sports" value="football">
<input type="checkbox" name="sports" value="soccer">
<input type="checkbox" name="sports" value="tiddly winks">
- or download this
sports=football&sports=tiddly%20winks
- or download this
my @sports = $q->param('sports');
foreach my $sport ( @sports ) {
# subscribe them to the list
}