Term::ANSIColor(3p) Perl Programmers Reference Guide Term::ANSIColor(3p)
Term::ANSIColor(3p) Perl Programmers Reference Guide Term::ANSIColor(3p) # Term::ANSIColor(3p) Perl Programmers Reference Guide Term::ANSIColor(3p) NNAAMMEE # Term::ANSIColor - Color screen output using ANSI escape sequences SSYYNNOOPPSSIISS # use Term::ANSIColor; print color('bold blue'); print "This text is bold blue.\n"; print color('reset'); print "This text is normal.\n"; print colored("Yellow on magenta.", 'yellow on_magenta'), "\n"; print "This text is normal.\n"; print colored(['yellow on_magenta'], 'Yellow on magenta.', "\n"); print colored(['red on_bright_yellow'], 'Red on bright yellow. ...