Help for this page
use Term::ANSIColor; ... print color 'reset'; print "This is bold";
print color 'blink'; print "This is blink\n\n";