';
- for (my $ind=0;$ind<$number_of_bubbles;$ind++) {
- $result.=''.$alphabet[$ind].': '.$opt[$ind].' | ';
+ my $number_of_bubbles = $#opt + 1;
+ $result.= '';
+ for (my $ind=0;$ind<$number_of_bubbles;$ind++) {
+ my $checked='';
+ if ($lastopt eq $opt[$ind]) {
+ $checked=' checked="on" ';
}
- $result.='
';
- return $result;
+ $result.=''.$alphabet[$ind].': '.
+ $opt[$ind].' | ';
+ }
+ $result.='