or download this
print $c start_html, h1("Chat write");
print $c start_form(-action => "$url/write");
...
print $c start_form(-action => "$url/write");
print $c hidden("name","[I must change my name]", $NAME_MAX), subm
+it("says:"), textfield("message", "", $MESS_MAX, $MESS_MAX, 1);
print $c end_form;