Help for this page

Select Code to Download


  1. or download this
    $score = scoring($s, $m);
    $score += $score;
    
  2. or download this
    my $score;
    
    ...
        $score += $local_score;
        print $local_score;    # (or did you want to print $score here?)
    }
    
  3. or download this
    use strict;
    use warnings;