Help for this page

Select Code to Download


  1. or download this
    if ($word eq $checkWord) {
        $word = "<a href=\"$checkLink\">$word</a>";` <---
    }
    
  2. or download this
    if ($word eq $checkWord) {
        $word = "<a href-\"$checkLink\">$word</a>";
    }
    
  3. or download this
    if ($word eq $checkWord) {
        $word = qq{<a href="$checkLink">$word</a>};
    }