#! perl use strict; use warnings; use Term::ANSIColor qw(:constants); print BRIGHT_GREEN(), ON_BLACK(BLINK(), "Better?"), "\n"; print RESET;