Games::Bingo::Column

Games::Bingo::Column is a Perl module with a column class used for generating bingo cards.
Download

Games::Bingo::Column Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jonas B. Nielsen
  • Publisher web site:
  • http://search.cpan.org/~jonasbn/

Games::Bingo::Column Tags


Games::Bingo::Column Description

Games::Bingo::Column is a Perl module with a column class used for generating bingo cards. Games::Bingo::Column is a Perl module with a column class used for generating bingo cards.SYNOPSIS my $c = Games::Bingo::Column-E< gt >new(); foreach my $number(@numbers) { $c-E< gt >populate($number); } my @numbers = qw(1 2 3 4 5 6 7 8 9); my $c = Games::Bingo::Column-E< gt >new(@numbers); my $number = $c-E< gt >get_highest_number();The Column is used when building the bingo cards and is a temporary data structure.The class has two attributes:_array _array is a list of numbers for containment in the class, since the class actually is nothing but an array with a status flag.label The label being the group to which the numbers in the array belong. Requirements: · Perl


Games::Bingo::Column Related Software