in reply to Enabling Default Values and Resizing Textfield in CGI.pm

You're missing a comma right after textfield( -name => 'go_ti'. update: you're also missing a comma at the line below that. and possibly elsewhere.

you should probably really use strict and warnings as they tend to signal something is wrong when you make this kind of mistake.