Help for this page

Select Code to Download


  1. or download this
    <a href="/............/...></a>
    
  2. or download this
    foreach(loop through each $word in search phrase) {
       $answer =~ s/$word/<b><u>$word<\/u><\/b>/g;
    }
    
  3. or download this
    foreach(loop through each $word in search phrase) {
       $answer =~ tr/$word/<b><u>$word</u></b>;
    }