Help for this page
sub score { my ($x, $y) = @_; ... index($y, $_)+1 && $c++ for split //, $x; return $c; }