Help for this page

Select Code to Download


  1. or download this
    <form action='submission.pl' method='post'>
      <input type='checkbox' name='option1' value='Option 1 checked!' />
      This is the text next to option 1
      <input type='submit' value='Submit' />
    </form>
    
  2. or download this
    my @value = $cgi->param('option1');