Why use a prototype here? And why take a reference to the string?
sub count_possible_mutation_locations { return scalar ( () = $_[0] =~ /[ct](?=[ct])/g ); }
In reply to Re^2: Genome UV Mutation Script -- Critique
by kyle
in thread Genome UV Mutation Script -- Critique
by c4onastick
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |