Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: perldoc Bold, Italic etc

by Perlbotics (Archbishop)
on Aug 29, 2021 at 18:33 UTC ( [id://11136187]=note: print w/replies, xml ) Need Help??


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.

Replies are listed 'Best First'.
Re^2: perldoc Bold, Italic etc
by LanX (Saint) on Aug 29, 2021 at 23:16 UTC
    This is surely a valid workaround, but IMHO a system's Perl should do all this out of the box.

    So he should really try perldoc -D on both versions to see what changed and file a bug report if necessary.

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11136187]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-19 18:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found