The TT2 CGI Plugin (Template::Plugin::CGI) is a thin wrapper around the standard CGI.pm module, so yes the behavior will be exactly the same. There's no alteration of the functionality provided by CGI.pm.
Of course, if you are trying to avoid "sticky" behavior of CGI form elements, the -override parameter or the -nosticky pragma may be your friends. (sticky behavior for hidden fields is address separately. See the CGI.pm documentation) Quoting Perrin Harkins ([EMAIL PROTECTED]): > If you always make a new CGI object for each HTTP request, this should not > be a problem. That's the expected usage. > - Perrin > ----- Original Message ----- > From: "John Simpson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, August 06, 2001 7:19 AM > Subject: [Templates] CGI Plugin and Persistance > > > Dear All, > > When using CGI.pm I set all parameters = " " at the end of the script to > stop previous values from accidentally getting sucked into later > invocations. I take it the TT2 CGI plugin suffers from the same problem (at > least my form elements seem to become fixed with the value of the first > invocation). > > Please save the small amount of hair I have left! > Ta, > Scott > > > > _______________________________________________ > templates mailing list > [EMAIL PROTECTED] > http://www.template-toolkit.org/mailman/listinfo/templates
