Help for this page

Select Code to Download


  1. or download this
    my $q = new CGI;
    
    $q->param('color','green');
    
  2. or download this
    $q->radio_group(-name=>'color',
                    -values=>['red','yellow','green']);