CGI-Auth
    
    
  
  
  
view release on metacpan or search on metacpan
	{
		print "</body></html>\n";
	}
}
=pod
=item C<FormFields>
Returns HTML code for placing existing CGI parameters on a form so that the 
login process is transparent to the calling script.  
For any single-valued parameters, it creates a hidden C<< <input> >> control, 
and for any multi-valued parameters, it creates a hidden (i.e., 
C<style="display: none">) C<< <select> >> control with all of its values.
=cut
sub FormFields
{
	my ($self) = shift;
    
  
  
  
( run in 1.188 second using v1.01-cache-2.11-cpan-a1d94b6210f )