- or download this
sub seq{!grep{$_[0]!~/\G.*?$_/g}split//,pop}
- or download this
sub seq{
my @x=split"",pop;
my $s=pop;
...
}
$c = ($cy, $c)[ $cy < $c ];
}
- or download this
sub seq{!grep$_[0]!~/$_/g,pop=~/./g}
- or download this
sub seq{!grep$_[0]!~/\Q$_/g,pop=~/./gs}