Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I tried a few things.
I noticed that at

perldoc Pod::Usage
'opt_o_with: Noting "text" as desired output format... 'opt_o_with: Considering Pod::Perldoc::Totext 'opt_o_with: Considering Pod::Perldoc::Totext 'opt_o_with: Considering Pod::Perldoc::ToText 'opt_o_with: Considering Pod::Perldoc::ToTEXT 'opt_o_with: Considering Pod::Simple::text 'opt_o_with: Considering Pod::Simple::text 'opt_o_with: Considering Pod::Simple::Text 'opt_o_with: Considering Pod::Simple::TEXT 'opt_o_with: Considering Pod::text 'opt_o_with: Considering Pod::text 'opt_o_with: Considering Pod::Text 'opt_o_with: Considering Pod::TEXT 'opt_o_with: Noting "term" as desired output format... 'opt_o_with: Considering Pod::Perldoc::Toterm 'opt_o_with: Considering Pod::Perldoc::Toterm 'opt_o_with: Considering Pod::Perldoc::ToTerm 'opt_o_with: Considering Pod::Perldoc::ToTERM 'opt_o_with: Considering Pod::Simple::term 'opt_o_with: Considering Pod::Simple::term 'opt_o_with: Considering Pod::Simple::Term 'opt_o_with: Considering Pod::Simple::TERM 'opt_o_with: Considering Pod::term 'opt_o_with: Considering Pod::term 'opt_o_with: Considering Pod::Term 'opt_o_with: Considering Pod::TERM 'GetOptsOO::getopts: Starting switch processing. Scanning arguments [ +Pod::Usage] 'GetOptsOO::getopts: Ending switch processing. Args are [Pod::Usage] +with 0 errors. 'pagers_guessing: Pagers: /usr/bin/sensible-pagermorelesspgviewcat'pro +cess: /usr/bin/perldoc => Pod::Perldoc v3.2503 Attempting to drop privs... OK, I dropped privileges. 'process: 'find_good_formatter_class: Formatter class Pod::Perldoc::ToTerm versi +on 3.25 successfully loaded! 'find_good_formatter_class: Will format with the class Pod::Perldoc::T +oTerm 'grand_search_init: Searching for Pod::Usage 'searchfor: Looking for Pod/Usage in /usr/bin /etc/perl /usr/local/lib +/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x +86_64-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/x86_64-linux-gnu +/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86 +_64-linux-gnu/perl-base /usr/local/sbin /usr/local/bin /usr/sbin /usr +/bin /sbin /bin 'grand_search_init: Found as /usr/local/share/perl/5.24.1/Pod/Usage.pm About to call new Pod::Text::Termcap (v4.07) with options: [width 208] Finished writing to /tmp/vpThYSR7Rh. 'page: About to try calling /usr/bin/sensible-pager /tmp/vpThYSR7Rh



in the debugg more lines than when I call

perldoc -F .perlmonks.pl
'opt_o_with: Noting "text" as desired output format... 'opt_o_with: Considering Pod::Perldoc::Totext 'opt_o_with: Considering Pod::Perldoc::Totext 'opt_o_with: Considering Pod::Perldoc::ToText 'opt_o_with: Considering Pod::Perldoc::ToTEXT 'opt_o_with: Considering Pod::Simple::text 'opt_o_with: Considering Pod::Simple::text 'opt_o_with: Considering Pod::Simple::Text 'opt_o_with: Considering Pod::Simple::TEXT 'opt_o_with: Considering Pod::text 'opt_o_with: Considering Pod::text 'opt_o_with: Considering Pod::Text 'opt_o_with: Considering Pod::TEXT 'opt_o_with: Noting "term" as desired output format... 'opt_o_with: Considering Pod::Perldoc::Toterm 'opt_o_with: Considering Pod::Perldoc::Toterm 'opt_o_with: Considering Pod::Perldoc::ToTerm 'opt_o_with: Considering Pod::Perldoc::ToTERM 'opt_o_with: Considering Pod::Simple::term 'opt_o_with: Considering Pod::Simple::term 'opt_o_with: Considering Pod::Simple::Term 'opt_o_with: Considering Pod::Simple::TERM 'opt_o_with: Considering Pod::term 'opt_o_with: Considering Pod::term 'opt_o_with: Considering Pod::Term 'opt_o_with: Considering Pod::TERM 'GetOptsOO::getopts: Starting switch processing. Scanning arguments [ +-F ./perlmonks.pl] 'GetOptsOO::getopts: Ending switch processing. Args are [./perlmonks. +pl] with 0 errors. 'pagers_guessing: Pagers: /usr/bin/sensible-pagermorelesspgviewcat'pro +cess: /usr/bin/perldoc => Pod::Perldoc v3.2503 Attempting to drop privs... OK, I dropped privileges. 'process: 'find_good_formatter_class: Formatter class Pod::Perldoc::ToTerm versi +on 3.25 successfully loaded! 'find_good_formatter_class: Will format with the class Pod::Perldoc::T +oTerm 'grand_search_init: Searching for ./perlmonks.pl



This is only by perdoc Pod::Usage
About to call new Pod::Text::Termcap (v4.07) with options: [width 208] Finished writing to /tmp/vpThYSR7Rh. 'page: About to try calling /usr/bin/sensible-pager /tmp/vpThYSR7Rh

regards
Henrik

In reply to Re^2: Pod does not render correct by verbose 2 by Anonymous Monk
in thread Pod does not render correct by verbose 2 by raiserle

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 21:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found