Help for this page

Select Code to Download


  1. or download this
    <input type=checkbox name=value value=foo> foo<br>
    <input type=checkbox name=value value=bar> bar<br>
    <input type=checkbox name=value value=baz> baz
    ...
    
  2. or download this
    my @values = $cgi->param('value');