NAME Games::Sudoku::Lite -- Fast and simple Sudoku puzzle solver SYNOPSIS use Games::Sudoku::Lite; my $board = <new($board); $puzzle->solve; print $puzzle->solution, "\n"; AUTHOR Bob O'Neill, ACKNOWLEDGEMENTS Thanks to: Brian Helterline for help in solving 6x6 puzzles and making this more configurable. Jean-Pierre Vidal for providing puzzles that the previous version could not solve. Eugene Kulesha () for providing a test that I could not initially pass and for the idea of keeping test data in data files rather than in the tests themselves. Tom Wyant ()) for the idea of using dots rather than spaces to represent unknowns in the text representation of the board. COPYRIGHT AND LICENSE Copyright (C) 2006 Bob O'Neill. All rights reserved. This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO * perl.