Help for this page

Select Code to Download


  1. or download this
          foreach my $wild (@wilds)
          {
             $find =~ s/$wild/<font color=red>$wild<\/font>/;
          }
    
  2. or download this
          $find =~ s#([@wilds])#<font color=red>\1</font>#g;