Change text colour
AUTHOR
stmuk
Change text colour on a terminal
#!/usr/bin/env raku
use v6;
use Terminal::ANSIColor;
print color("red"), "Danger, Will Robinson!\n", color("reset");
# vim: expandtab shiftwidth=4 ft=perl6
stmuk
Change text colour on a terminal
#!/usr/bin/env raku
use v6;
use Terminal::ANSIColor;
print color("red"), "Danger, Will Robinson!\n", color("reset");
# vim: expandtab shiftwidth=4 ft=perl6
Resoures
Learning
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.