Help for this page

Select Code to Download


  1. or download this
    foreach my $elem (@array){
       $searchTitle=$array[0];
    ...
          print "<td>";
       }
    }
    
  2. or download this
    my $searchTitle = $array[0];
    if ($searchTitle =~ /(?=.*pr\w{4}m)(?=(?=\w*w\w*)(?=\w*b\w*)\w+\b)/){
    ...
          print "<td>";
       }
    }