Share

Sudoku perl

File Release Notes and Changelog

Release Name: 0.91

Notes:
New initial (beta) release

Place the tar archive in your home directory and unzip and unpack it with the
following command:

tar -xz < sudoku-perl-x.y.tar.gz   (where x.y is release number e.g. 0.91)

this will create the directory sudoku in which the above files.
(on windows use a unzip program that reads tar files for instance 7-zip)

Environment
       This program needs Perl to be installed	on  the	 machine.
       The  program  was  written  on  a Linux machine using Perl
       v5.6.1.	It was ported to a Windows 95 machine having perl
       5.6.1  from  ActiveState	 and  run  from a "DOS" screen. I
       expect it to run on other windows releases  too.	  Also	I
       hope it will run on a Unix machine.

       CPAN prerequisites, if not present in your installation of
       perl the following modules from CPAN  must  be  installed:
       (CPAN -> Comprehensive Perl Archive Network)

       TERM::ANSIScreen

       for Windows are needed from CPAN, on top of this:

       Win32::Console
	      and

       Win32::Console::ANSI


Changes: document updates