#!/usr/bin/perl -w use strict; use Term::ANSIColor; print color 'bold'; print "This is bold";