Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: How do I print characters with underline or bold?

by Cine (Friar)
on Aug 20, 2001 at 15:50 UTC ( [id://106189]=note: print w/replies, xml ) Need Help??


in reply to How do I print characters with underline or bold?

#!/usr/bin/perl -w use strict; use Term::ANSIColor; print color 'bold'; print "This is bold";
see Term::ANSIColor, hope it helps.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://106189]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-16 23:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found