
<html>
<head>
	<title>Simple form</title>
	<meta http-equiv='content-type' content='text/html; charset=utf-8'>
</head>
<body>
	<form action='/cgi-bin/simple-form.pl' method='post'>
		Ваше сообщение:<br>
		<textarea rows='3' cols='40' name='message'></textarea><br>
		Введите код подтверждения:
		<input name='captcha' type='text' size='8' maxlength='10'>
		<img src='/cgi-bin/captcha.pl' alt='captcha'><br>
		<input type='submit' value='Отправить' name='submit'>
	</form>
</body>
</body></html>