Help for this page

Select Code to Download


  1. or download this
       $results{$number} .= "$url... @before <B>$1</B> @after <BR/>";
    
  2. or download this
       for $term ( @$inputs ) {
          while ( /\b$term\b/g ) {
            ...
          }
       }