Games::YASudoku::Square


MODULE

Games::YASudoku::Square

Back to Top


DESCRIPTION

this object will be used to represent a single square on the sudoku board.

Back to Top


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

Back to Top


AUTHOR

Andrew Wyllie <wyllie@dilex.net>

Back to Top


BUGS

Please send any bugs to the author

Back to Top


COPYRIGHT

The Games::YASudoku moudule is free software and can be redistributed and/or modified under the same terms as Perl itself.

Back to Top

 Games::YASudoku::Square