GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

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

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

 $> 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.

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

Non zero in case of error.

        Nadim ibn hamouda el Khemir
        CPAN ID: NKH
        mailto: nkh@cpan.org
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.