in reply to Re^7: perldoc Bold, Italic etc
in thread perldoc Bold, Italic etc

OK I checked with an old VM image with ubuntu14

something like

> PERLDOCDEBUG=2 perldoc tst.pod

will show you plenty of details, like the found formatters and nroff binaries.

This might give you a hint how the two systems are differing.

(On a side note: the supposedly italic text was underlined in my terminal)

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^9: perldoc Bold, Italic etc
by miguelnixon (Novice) on Sep 17, 2021 at 16:14 UTC
    Life is too short to fret over cosmetics (I retired from programming professionally more than 10 years ago)
    Anyhoo: the quick-fix is just to create an alias as I mentioned earlier.
    A little piece of Perly-bandaid and the problem has gone for me. ;-)
    Thanks so much for the comments & input!