Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Binary File warning when using POD documentation

by amcleod (Novice)
on Sep 05, 2021 at 16:51 UTC ( [id://11136473]=note: print w/replies, xml ) Need Help??


in reply to Re: Binary File warning when using POD documentation
in thread [SOLVED]: Binary File warning when using POD documentation

After reading through the references you suggested and trying various proposed solutions, I corrected the issue by inserting

export PERLDOC_PAGER="less -isR"
into my ~/.bashrc file. Now I will attempt to mark this as "SOLVED".

Replies are listed 'Best First'.
Re^3: Binary File warning when using POD documentation
by LanX (Saint) on Sep 05, 2021 at 17:08 UTC
    Glad it helped! :)

    Actually perldoc should work out of the box on every *nix OS. And your random results look weird.

    But of course there are plenty of ways to mess up.

    If you are curious to find out, you might consider running tests with -D and PERLDOCDEBUG set to a positiv value

    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://11136473]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found