- or download this
$permutations_total++ while $string =~ $promoters_regex[$j];
- or download this
$permutations_total++ while $string =~ /$promoters_regex[$j]/g;
- or download this
{ no warnings 'numeric';
$permutations_total += $string =~ /$promoters_regex[$j]/g;
}