SCRIPT
sudoku
USAGE
sudoko file_name
DESCRIPTION
This script loads a Sudoku board and solves it using the Games::YASudoku::Board module. The data file contains a list of square numbers and the values for those squares. The squares on the board are numbered 0 through 80 starting with the top left square and moving across the board to the right. So the top left square is 0, the first square on the second row is number 9, and the last square, bottom right, is number 80.
AUTHOR
Andrew Wyllie <wyllie@dilex.net>
BUGS
Please send any bugs to the author
COPYRIGHT
This script and the Games::YASudoku moudule are free software and can be redistributed and/or modified under the same terms as Perl itself.