DragonFly On-Line Manual Pages

Search: Section:  


TEXT_COLORIZER(1)     User Contributed Perl Documentation    TEXT_COLORIZER(1)

NAME

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

USAGE

$> text_colorizer [options] 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 (can't be rendered in a man page but will be in the html documentation): The start color is bright_white rendered on a black background.

OPTIONS

format|f ANSI or HTML color_file|c file containing color definitions

EXIT STATUS

Non zero in case of error.

AUTHOR

Nadim ibn hamouda el Khemir CPAN ID: NKH mailto: nkh@cpan.org perl v5.20.2 2015-08-29 TEXT_COLORIZER(1)

Search: Section: