> There is no PAGER or PERLDOC_PAGER environment variable on either computer,

neither PERLDOC ?

> Any suggestions?

perldoc has an elaborated fallback strategy, if one of the backends fails/doesn't fit. For instance it'll just emit plain text° in cmd.exe on Windows, like in your second example.

I can't reproduce your systems, but I would read the docs for perldoc carefully and play around with the options. Especially -oman should explicitly do what you want (see perldoc#-o-output-formatname).

Or the desired backend for the format is not in the path or ... (fill in more speculations)...???

Like this you'll hopefully be able to narrow down the problem.

If that's a plain shipped system Perl without changing any environment, you might need to file a bug report with Mint.

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

update

you could play around with pager settings

> One useful value for PERLDOC_PAGER is less -+C -E.

and ˛ activate debugging to see how perldoc internally acts

> Having PERLDOCDEBUG set to a positive integer will make perldoc emit even more descriptive output than the -D switch does; the higher the number, the more it emits.

footnotes

°) including wiki-like asterisks * surrounding *bold* text

˛) LAST BUT NOT LEAST! -D will list found pagers and the used backend


In reply to Re: perldoc Bold, Italic etc (updated) by LanX
in thread perldoc Bold, Italic etc by miguelnixon

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.