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 Tom Wyant ()) for the idea of using dots rather than spaces to represent unknowns in the text representation of the board. Thanks to 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. 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.