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