
Games::Bingo::Constants - constants used in the many Games::Bingo modules

use Games::Bingo::Constants qw(NUMBER_OF_NUMBERS);

This is a constant defining the number of 90 in the game.
Range: 1-90
This is a constant defining the number of rows in a card.
Definition: 3
This is a constant defining the number of numbers is a row.
Definition: 5
This is a constant defining the number of numbers in a card
Definition: NUMBER_OF_NUMBERS_IN_ROW * NUMBER_OF_ROWS_IN_CARD
This is a constant defining the number of columns in a card
Definition: 9


The TODO file contains a complete list for the whole Games::Bingo project.

jonasbn <jonasbn@cpan.org>

Games::Bingo::Constants and related modules are free software and is released under the Artistic License. See <http://www.perl.com/language/misc/Artistic.html> for details.
Games::Bingo is (C) 2003-2004 Jonas B. Nielsen (jonasbn) <jonasbn@cpan.org>