Searched defs:isindex (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/],
1914 #### Method: isindex
1915 # Just prints out the isindex tag.
1919 # A string containing a <isindex> tag
1920 'isindex' => <<'END_OF_FUNC',
1921 sub isindex { subroutine
1926 return $XHTML ? "<isindex$action$other />" : "<isindex$action$other>";
5960 print isindex(-action=>$action);
5964 print isindex(
[all...]

Completed in 26 milliseconds