Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    
    ...
        $theyre_incorrect = 0 if ($number_completly_right == 4);
        $guess_count++;
    }