--- SHGeneSearch.pm 2007/11/05 21:30:12 1.2 +++ SHGeneSearch.pm 2007/12/06 14:58:03 1.3 @@ -29,7 +29,7 @@ =head3 Form -C<< my $html = $shelp->Form(); >> + my $html = $shelp->Form(); Generate the HTML for a form to request a new search. @@ -62,7 +62,7 @@ =head3 Find -C<< my $resultCount = $shelp->Find(); >> + my $resultCount = $shelp->Find(); Conduct a search based on the current CGI query parameters. The search results will be written to the session cache file and the number of results will be @@ -136,7 +136,7 @@ =head3 Description -C<< my $htmlText = $shelp->Description(); >> + my $htmlText = $shelp->Description(); Return a description of this search. The description is used for the table of contents on the main search tools page. It may contain HTML, but it should be character-level, @@ -153,7 +153,7 @@ =head3 SearchTitle -C<< my $titleHtml = $shelp->SearchTitle(); >> + my $titleHtml = $shelp->SearchTitle(); Return the display title for this search. The display title appears above the search results. If no result is returned, no title will be displayed. The result should be an html string @@ -179,4 +179,4 @@ } -1; \ No newline at end of file +1;