2059438150
PR: ports/103747 Submitted by: Gea-Suan Lin <gslin at gslin.org>
7 lines
309 B
Text
7 lines
309 B
Text
This small module converts ANSI text sequences to corresponding HTML
|
|
codes, using stylesheets to control color and blinking properties.
|
|
|
|
It exports ansi2html() by default, which takes an array, joins it it
|
|
into a single scalar, and returns its HTML rendering.
|
|
|
|
WWW: http://search.cpan.org/dist/HTML-FromANSI/
|