ANSI-Heatmap
view release on metacpan or search on metacpan
examples/empty.t view on Meta::CPAN
use strict;
use warnings;
use ANSI::Heatmap;
my $map = ANSI::Heatmap->new( max_x => 10, max_y => 5 );
print $map;
( run in 0.541 second using v1.01-cache-2.11-cpan-0b5f733616e )