From: Ted Zlatanov on
On Fri, 18 Apr 2008 06:51:19 -0500 Tad J McClellan <tadmc(a)seesig.invalid> wrote:

TJM> You can eliminate term/font issues by using plain text:

TJM> perldoc -t perlvar | grep '$|'

This can be made permanent by setting the environment variable PERLDOC
to '-t' and then using perldoc as usual.

Ted