getting colored output in perl

Hello,

I am scripting in perl and I need to get my output of the "print" statement in color. Please tell me how to go ahead.

Radha

use Term::ANSIColor

Thanks .. i got now... :slight_smile: