Help for this page

Select Code to Download


  1. or download this
    sub end_form {
        my($self,@p) = self_or_default(@_);
    ...
            }
        }
    }
    
  2. or download this
    use CGI qw(-nosticky);
    
  3. or download this
    print do {local $CGI::NOSTICKY = 1; $q->end_form()} . "\n";