Help for this page

Select Code to Download


  1. or download this
       my $re = quotemeta($VarString);
       next unless $Array[$Counter] =~ m/$re/;
    
  2. or download this
       next unless $Array[$Counter] =~ m/\Q$VarString\E/;