Help for this page
print '<option> Compliment </option>'; # why omit the closing tag? # use this for pretty output ... print '<option> Compliment </option>' . CRLF ; # or use CGI::Pretty
print "<option> Compliment";