Help for this page

Select Code to Download


  1. or download this
    if ($guess !~ /[[:alpha:]]/) {
            print "\n***Invalid letter*** (hit any key)\n"; <>;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        $all_occurrences = 0;
        $guessed_word = 0;
    }