$ perl -E 'use Term::ANSIColor; say colored("red text", "red on_white")' red text $ perl -E 'use Term::ANSIColor; say colored("red text", "bright_red on_white")' red text