in reply to How to Print Underline Text in PERL.

I got the following way
use Term::ANSIColor; print color 'bold'; print "This is bold"; print color 'underline'; print "This is bold"; print color 'reset'; print "This is bold";

In Term::ANSIColor module "blink" is not working for me, how to make it blink. ?
print color 'blink'; print "This is blink\n\n";
Thank you..
--$ugum@r--

Replies are listed 'Best First'.
Re^2: How to Print Underline Text in PERL.
by Anonymous Monk on Apr 23, 2010 at 09:03 UTC
      I think it's because it wasn't underlined, or in bold, or somesuch. ;-)

      p.s. The reason why this matters is because some people, like myself, use CSS to show sigs much lighter than the normal node text, because I find sigs distracting. So if you put your whole text in your "sig", it'll all show up lighter — almost unreadable, and very distracting, to read.

      Personally I find the fact that the sig in the same textarea as the node when editing, a design mistake on this site.