Perl Language
Toegeschreven tekst
Zoeken…
Gekleurde tekst afdrukken
#!/usr/bin/perl
use Term::ANSIColor;
print color("cyan"), "Hello", color("red"), "\tWorld", color("green"), "\tIt's Me!\n", color("reset");
Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow