Regexp-Sudoku
view release on metacpan or search on metacpan
lib/Regexp/Sudoku.pm view on Meta::CPAN
################################################################################
#
# new ($class)
#
# Create an uninitialized object.
#
################################################################################
sub new ($class) {bless \do {my $v} => $class}
################################################################################
#
# init_sizes ($self, $size)
#
# Initialize the sizes of the soduko.
#
# Calls init_size () and init_box () doing the work.
#
( run in 0.244 second using v1.01-cache-2.11-cpan-65fba6d93b7 )