Help for this page

Select Code to Download


  1. or download this
    my $checked = $cgi->param('checkboxname');
    
  2. or download this
    my $checked = $cgi->param('radioname') || '' eq 'radiovalue'