NAME

ansi2html - Convert ANSI sequence to HTML

SYNOPSIS

ansi2html [ infile ] [ outfile ]

DESCRIPTION

This script takes one input file containing text with ANSI sequences, and outputs the converted HTML code into another file.

If outfile is omitted, it defaults to STDOUT. If infile is omitted, it defaults to STDIN.

SEE ALSO

HTML::FromANSI, Term::ANSIColor.

AUTHORS

Autrijus Tang <autrijus@autrijus.org>

COPYRIGHT

Copyright 2001 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.

See http://www.perl.com/perl/misc/Artistic.html