Is there any reason why POD documentation would not appear when I extract it with pod2html? Basically what happens is that all the documentation up to a certain point is put into the output HTML page anything after that is being dropped out. I can't see any differences between the documentation that shows up and the documentation that does not. It just stops after a certain point, as if it hit a limit of some kind. Are there any limitations with pod2html? Unfortunatley, we are using an old version of perl, so there may well be some bugs with what we have (perl version: 5.004_04 on sun4-solaris). But I just want to cover all my bases, thanks in advance.

"Ex libris un peut de tout"


In reply to pod2html question by nimdokk

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.