Henrik Johansson <> writes:
> > Very old scripts do this by printing a letter, then a backspace, then
> > an underscore character, like this:
> > perl -le'print "h\b_i\b_";'
> > Whether this works will depend on your terminal. For a more portable
> > solution, see the modules that others have recommended.
>
> Ok. It didn't really work out on my terminal. I did get underlined
> blank spaces, but I couldn't figure out how to get anything else
> underlined.
Those aren't really underlined blank spaces, just the underscore
character.
> I'll try the recommended modules. Thanks people.
Good luck!
-----ScottG.