http://qs321.pair.com?node_id=11136187


in reply to perldoc Bold, Italic etc

Try to

export PERLDOC=-oterm
or define an alias like
builtin alias perldoc="perldoc -oterm "
Assure, that Pod::Perldoc::ToTerm is installed and accessible. If that does not work, try -oansi instead of -oterm.

Edit: fixed alias definition taking into account that some distros come with an alias() function.