sub end_form { my($self,@p) = self_or_default(@_); if ( $NOSTICKY ) { return wantarray ? ("") : "\n"; } else { if (my @fields = $self->get_fields) { return wantarray ? ("
##
use CGI qw(-nosticky);
####
print do {local $CGI::NOSTICKY = 1; $q->end_form()} . "\n";