in reply to Disabling Memory in CGI.pm

In the book _Official Guide to Programming with CGI.pm_, a very good read, it mentions the -override argument for the various elements of a form: print $cgi->textarea(-name=>'testing', -override); ----Asim