Help for this page
package Organism; use strict; ... } 1;
# tbench1.pl - Simple benchmark of Organism class. # Generate blinker test file with, for example: ... # Uncomment for tile dump # $org->dump_tiles();
# tgol3.t - Simple lidka test of Conway Game of Life Organism class use strict; ... is_deeply( \@cells, \@slidka100, "lidka final cell array" ); } }
# tgol4.t - Simple standalone test of Organism.pm st_ functions use strict; ... test_one("Weird block one-b", 1, \@outcells, \@outcells2, 1); test_one("Weird block two", 2, \@incells, \@outcells2, 1); }