Help for this page

Select Code to Download


  1. or download this
    if ($third_char ne 'c' && $third_char ne 'd'){
      $part=substr($stri,0,2);
    
  2. or download this
      my $regexStr = join("|", @one);
      my $regex = qr/^$regexStr$/;
      ...
      if ($second_char =~ $regex) {
        ...