<html>
<head>
<title>Gravando</title>
</head>
<body> 
<FORM METHOD="GET" ACTION="http://seu-domnio/cgi-local/prog17.pl">  
Nome:<INPUT TYPE="TEXT" SIZE=20 NAME="nome"> <P>
Endereo:<INPUT TYPE="TEXT" SIZE=20 NAME="end"> <P> 
    
<INPUT TYPE="SUBMIT" VALUE="Gravar">
</FORM> 
</body>
</html> 