Help for this page

Select Code to Download


  1. or download this
             foreach $i (0..$#letters) {
                      if ($blankword[$i]) {
    ...
                              print "-";
                      }
    
  2. or download this
     $guesses[@guesses]=$guess;
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
              }
      }
      print "$hangman\nSorry, the word was $choice.\n";