Searched defs:start_html (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPretty.pm140 sub start_html { subroutine
141 return CGI::start_html( @_ ) . $CGI::Pretty::LINEBREAK;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm58 # Change this to the preferred DTD to print in start_html()
234 base body Link nextid title meta kbd start_html end_html
1172 return $self->start_html(@p);
1671 #### Method: start_html
1690 'start_html' => <<'END_OF_FUNC',
1691 sub start_html { subroutine
4388 $q->start_html('hello world'), # start the HTML
4405 start_html('hello world'), # start the HTML
4831 $q->start_html('Problems'),
4936 start_html('Simpl
[all...]

Completed in 32 milliseconds