Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

one-liner that performs a shift+insert

Status
Not open for further replies.

amiak

Programmer
Dec 17, 2002
41
0
0
US
Hi,

I am looking for something that will print hightlighted text.

like print "*"; where * performs a shift-insert and the output is text that was recently highlighted.

thanks!
 

sub normal {
print "";
}

sub bold {
return "@_";
}

print &normal ("this text in norma letter.\n");
print &bold ("this text in bold letter.\n");










dmazzini
GSM System and Telecomm Consultant

 
thanks for the responses... I am using freeBSD and X. I think I've found the answer... thanks again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top