Help for this page
sub fuzzy { my $string = shift; ... } print fuzzy('GCGAT');
$re = fuzzy($string); if($value =~ /^($re)/) { ... }