NAME
Games::Nonogram::Base
DESCRIPTION
This is a base class for various Games::Nonogram packages.
METHODS
conf
is not used at the moment.
debug
is a debug flag (true or false)
stash
is used to store temporary data while brute-forcing.
clear_stash
is used to clear the stash.
set_logfile
is used to set logfile, obviously.
log
dumps log messages while debugging.
range
is just a syntax sugar used internally to make an array.
AUTHOR
Kenichi Ishigaki, <ishigaki at cpan.org>
COPYRIGHT AND LICENSE
Copyright 2007 by Kenichi Ishigaki
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.