my %cookies = CGI::Cookie->fetch; $score = $cookies{score}->value; # Eliminate any score that's been tampered with $score = 0 unless $score eq authenticated_score($score);