NAME

$> ansi_to_html - transforms a text file with embeded color tags to HTML or ANSI

USAGE

$> script file_name

Use A<ansi_color on_ansi_color> tags where you want the color to change, IE:

display_help() A<bright_green>unless @ARGV ;A<bright_white>

use A<bright_red>Data::TreeDumperA<bright_white> ;
use Text::Colorizer  A<yellow>qw() ;

displays as (you'll see the colorized text in the html documentation not in the man page):

display_help() unless @ARGV ;

use Data::TreeDumper ;
use Text::Colorizer  qw() ;

The start color is bright_white rendered on a black background.

OPTIONS

format|f                          ANSI or HTML

EXIT STATUS

AUTHOR

Nadim ibn hamouda el Khemir
CPAN ID: NKH
mailto: nkh@cpan.org