Help for this page

Select Code to Download


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