Help for this page

Select Code to Download


  1. or download this
    # If we want to bold the search terms...
        if ($search_bold) {
    ...
                $link_results     =~ s,(<[^>]+>)|(\Q$term\E),defined($1) ?
    + $1 : "<b>$2</b>",gie;
            }
        }
    
  2. or download this
    # Print out the HTML results.                  
        &site_html_search_results;
    }
    
  3. or download this
    
    sub site_html_search_results {
    ...
                       });
    }