in reply to How to Print Underline Text in PERL.
use Term::ANSIColor; print color 'bold'; print "This is bold"; print color 'underline'; print "This is bold"; print color 'reset'; print "This is bold";
Thank you..print color 'blink'; print "This is blink\n\n";
|
|---|
| 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 | |
by bart (Canon) on Apr 23, 2010 at 09:33 UTC |