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
Comment on
Re: Disabling Memory in CGI.pm
In Section
Seekers of Perl Wisdom