Attributed Text

Other topics

Printing colored Text

#!/usr/bin/perl

use Term::ANSIColor;

print color("cyan"), "Hello", color("red"), "\tWorld", color("green"), "\tIt's Me!\n", color("reset");

enter image description here

Contributors

Topic Id: 5922

Example Ids: 20790

This site is not affiliated with any of the contributors.