Acme-AsciiArt2HtmlTable
view release on metacpan or search on metacpan
=head2 aa2ht
Gets ascii text and converts it to an HTML table. This is how it works:
=over 4
=item * each line is a C<tr> element
=item * each letter is a C<td> element
=item * each C<td> has background of a specific color, which is
defined by the letter that created it
=back
=head3 OPTIONS
You can pass a reference to a hash before the text you want to
convert.
=head4 id
lib/Acme/AsciiArt2HtmlTable.pm view on Meta::CPAN
=head2 aa2ht
Gets ascii text and converts it to an HTML table. This is how it works:
=over 4
=item * each line is a C<tr> element
=item * each letter is a C<td> element
=item * each C<td> has background of a specific color, which is
defined by the letter that created it
=back
=cut
sub aa2ht {
# default configuration
my %config = _clone_hash( \%default_configuration );
( run in 0.601 second using v1.01-cache-2.11-cpan-d8267643d1d )