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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm245 start_multipart_form end_multipart_form isindex tmpFileName uploadInfo URL_ENCODED MULTIPART/],
996 'URL_ENCODED'=> <<'END_OF_FUNC',
997 sub URL_ENCODED { 'application/x-www-form-urlencoded'; } subroutine
1937 # $enctype ->encoding to use (URL_ENCODED or MULTIPART)
1946 $enctype = $self->_maybe_escapeHTML($enctype || &URL_ENCODED);
1965 # $enctype ->encoding to use (URL_ENCODED or MULTIPART)
1978 $enctype = $self->_maybe_escapeHTML($enctype || &URL_ENCODED);
6009 type in B<&CGI::URL_ENCODED>.

Completed in 38 milliseconds