programming-examples/perl/SystemFunction/use Term-ANSIColor.pl

1 line
58 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
print color("red"), "That is an error!\n", color("reset");