NAME
HTML::FromANSI - Mark up ANSI sequences as HTML
SYNOPSIS
use HTML::FromANSI;
use Term::ANSIColor;
print ansi2html(color('bold blue')."This text is bold blue.");
DESCRIPTION
This little module converts ANSI text sequences to corresponding HTML codes, using stylesheets to control color and blinking properties.
It exports ansi2html
by default.
BUGS
The implementation is exceptionally ugly. I plan on fixing it in an indeterminable future.
SEE ALSO
AUTHORS
Stephen Hurd <shurd@sk.sympatico.ca>, Autrijus Tang <autrijus@autrijus.org>.
COPYRIGHT
Copyright 2001 by Stephen Hurd <shurd@sk.sympatico.ca>.
Picked up, cleaned various bits, fixed bugs and turned into a module by Autrijus Tang <autrijus@autrijus.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.