:-) Other than infinity, very little in this universe is unlimited.

But I don't think that's the major issue here. Your output appears to have a variety of markup (<ul> and <li, for example) whose source is not apparent.

Update3 (.oO This one must have really bugged me, especially after the reply re enctype and multi-part.) Note also that the markup shown in your initial (input) example is missing a few tags... such as <body>. What's more, the cgi shown has no plausible nexus to the name in the form action which is "spellchecker.pl". Tentative conclusion: Information presented is ne what's really extant.

Perhaps more information about your form would be helpful. Oops. found in the input stanza.

Update2: Searching with big G, found several references (of unknown accuracy) to use of config for Apache to limit max-length of text-area input. But I have not found that documented in Apache itself (yet?).

And, OT, if you're letting (unknown) users input whatever they chose, without taint checking and other precautions, you're begging to lose more than just parts of their submissions.


In reply to Re: Perl truncating HTML form input by ww
in thread Perl truncating HTML form input by sstevens

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.