Help for this page

Select Code to Download


  1. or download this
    BEGIN {
       eval { require Term::ANSIColor ; 1; }
    ...
          Term::ANSIColor ->import( qw/:constants / );
       };
    }