http://www.perlmonks.org?node_id=106173

eyal_kle has asked for the wisdom of the Perl Monks concerning the following question: (input and output)

I wrote a script in Perl. I gave a the user a message, and I want to emphasize one of the words. for example: print "Please fill in one value\n"; I want the user will see the word one with an underline, because it is important to fill in only one value and not more. Is there any command or function in Perl, that consider this problem?

Originally posted as a Categorized Question.