MODULE
Games::YASudoku::Square
DESCRIPTION
this object will be used to represent a single square on the sudoku board.
METHODS
- new( $id )
-
create a new square on the board at location $id
- id
-
get the id of the element
- value
-
get or set the value for this square
- valid
-
get the values in the valid array.
- valid_add
-
add a number to the valid array
- valid_del
-
remove a number from the valid array
AUTHOR
Andrew Wyllie <wyllie@dilex.net>
BUGS
Please send any bugs to the author
COPYRIGHT
The Games::YASudoku moudule is free software and can be redistributed and/or modified under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 117:
You forgot a '=back' before '=head1'