Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    ###hangman###
    ...
          exit;
       }
    }
    
  2. or download this
    open (FILE, '<', 'words.txt');
    $count = 0;
    ...
        $listOfWords($count) = $Word;
        $count += 1;