Help for this page
<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>
my @value = $cgi->param('option1');